diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2021-05-01 20:27:00 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2021-05-01 20:42:30 +0800 |
commit | c399c4d12f6462f1d535e9a3143fe0e679a63eb8 (patch) | |
tree | a4ae95c49da11dcaf38fcc8e97b7ce54ab93f131 /multimedia/dvdstyler | |
parent | a96e4a942d9f71d8aee9ca88ef718f7563ed5fa4 (diff) | |
download | freebsd-ports-gnome-c399c4d12f6462f1d535e9a3143fe0e679a63eb8.tar.gz freebsd-ports-gnome-c399c4d12f6462f1d535e9a3143fe0e679a63eb8.tar.zst freebsd-ports-gnome-c399c4d12f6462f1d535e9a3143fe0e679a63eb8.zip |
Prepare removal for libgnomeui
Remove the GNOME option for all ports depending on libgnomeui
Diffstat (limited to 'multimedia/dvdstyler')
-rw-r--r-- | multimedia/dvdstyler/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/multimedia/dvdstyler/Makefile b/multimedia/dvdstyler/Makefile index 50c6389c157e..5399fa1ca1a8 100644 --- a/multimedia/dvdstyler/Makefile +++ b/multimedia/dvdstyler/Makefile @@ -2,7 +2,7 @@ PORTNAME= dvdstyler PORTVERSION= 3.1 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 2 CATEGORIES= multimedia MASTER_SITES= SF @@ -40,15 +40,12 @@ USE_WX= 3.0 WX_CONF_ARGS= absolute GNU_CONFIGURE= yes CONFIGURE_ENV= ac_cv_path_AVCONV_PATH="" OBJCXX="${CXX}" +CONFIGURE_ARG= --without-gnome CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -OPTIONS_DEFINE= DOCS GNOME - -GNOME_USES= gnome -GNOME_USE= GNOME=libgnomeui -GNOME_CONFIGURE_WITH= gnome +OPTIONS_DEFINE= DOCS .if defined(WITH_DVD_DEVICE) DEFAULT_DVD_DEVICE=${WITH_DVD_DEVICE} |