aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-04-04 21:33:02 +0800
committerbapt <bapt@FreeBSD.org>2013-04-04 21:33:02 +0800
commit55de1a595b378912704272bec586042ae5e8ea39 (patch)
tree45d9a27822ce107ca58616238e3c7b37d745d6c5 /x11-wm
parentfac2945146866756e4bf5a62f0561454bc40f686 (diff)
downloadfreebsd-ports-gnome-55de1a595b378912704272bec586042ae5e8ea39.tar.gz
freebsd-ports-gnome-55de1a595b378912704272bec586042ae5e8ea39.tar.zst
freebsd-ports-gnome-55de1a595b378912704272bec586042ae5e8ea39.zip
Fix conversion to new options framework
Reported by: John Marino Approved by: portmgr (implicit) With hat: portmgr
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/fvwm2/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-wm/fvwm2/Makefile b/x11-wm/fvwm2/Makefile
index 46ba388664f5..5b0250c6eb3e 100644
--- a/x11-wm/fvwm2/Makefile
+++ b/x11-wm/fvwm2/Makefile
@@ -80,7 +80,7 @@ CONFIGURE_ARGS+= --with-png-includes=${LOCALBASE}/include \
CONFIGURE_ARGS+= --without-png-library
.endif
-.if ${PORT_OPTIONS:MSVG) && !defined(WITHOUT_SVG}
+.if ${PORT_OPTIONS:MSVG}
USE_GNOME+= librsvg2
.else
CONFIGURE_ARGS+= --disable-rsvg
@@ -96,7 +96,7 @@ CONFIGURE_ARGS+= --disable-bidi
PLIST_SUB+= FVWM_VERSION="${PORTVERSION}"
-.if ${PORT_OPTIONS:MIMLIB) && !defined(WITHOUT_GTK}
+.if ${PORT_OPTIONS:MIMLIB} && !defined(WITHOUT_GTK)
USE_GNOME+= imlib
CONFIGURE_ARGS+= --enable-gtktest --enable-imlibtest
PLIST_SUB+= GTK=""