diff options
| author | Loïc Bartoletti <lbartoletti@FreeBSD.org> | 2022-10-15 18:15:00 +0000 |
|---|---|---|
| committer | Loïc Bartoletti <lbartoletti@FreeBSD.org> | 2022-10-25 05:44:06 +0000 |
| commit | 7afb24e9667d8d4f3778aee180f58feb31db58a7 (patch) | |
| tree | 9c19ab19cc74a8f16f5cc4322f769282f1574811 | |
| parent | 67a4480602e3e73ffb63973a7792d043af16e3dc (diff) | |
multimedia/dvdstyler: use wx 3.2
PR: 265093
| -rw-r--r-- | multimedia/dvdstyler/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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}" |
