git: 7afb24e9667d - main - multimedia/dvdstyler: use wx 3.2
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 25 Oct 2022 05:44:37 UTC
The branch main has been updated by lbartoletti: URL: https://cgit.FreeBSD.org/ports/commit/?id=7afb24e9667d8d4f3778aee180f58feb31db58a7 commit 7afb24e9667d8d4f3778aee180f58feb31db58a7 Author: Loïc Bartoletti <lbartoletti@FreeBSD.org> AuthorDate: 2022-10-15 18:15:00 +0000 Commit: Loïc Bartoletti <lbartoletti@FreeBSD.org> CommitDate: 2022-10-25 05:44:06 +0000 multimedia/dvdstyler: use wx 3.2 PR: 265093 --- multimedia/dvdstyler/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/multimedia/dvdstyler/Makefile b/multimedia/dvdstyler/Makefile index 097ca0c4a50f..54448df35bc7 100644 --- a/multimedia/dvdstyler/Makefile +++ b/multimedia/dvdstyler/Makefile @@ -1,5 +1,6 @@ PORTNAME= dvdstyler PORTVERSION= 3.2.1 +PORTREVISION= 1 PORTEPOCH= 2 CATEGORIES= multimedia MASTER_SITES= SF @@ -34,7 +35,7 @@ RUN_DEPENDS= zip:archivers/zip \ USES= autoreconf compiler:c++11-lib gettext gmake jpeg pkgconfig tar:bzip2 -USE_WX= 3.1 +USE_WX= 3.2 WX_CONF_ARGS= absolute GNU_CONFIGURE= yes CONFIGURE_ENV= ac_cv_path_AVCONV_PATH="" OBJCXX="${CXX}"