summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-12-25 14:41:45 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-12-25 14:41:45 +0000
commit837fb65ad160ddd19ba4feca165862e47783eedd (patch)
tree51e49d737d165ae0d8346d0fc5f955c4cdd03f8e
parentRemove GUI option which depends on imlib (diff)
Drop IMLIB option
-rw-r--r--x11-wm/fvwm2/Makefile9
1 files changed, 1 insertions, 8 deletions
diff --git a/x11-wm/fvwm2/Makefile b/x11-wm/fvwm2/Makefile
index ee3a6ea19563..a30a7b1eaf68 100644
--- a/x11-wm/fvwm2/Makefile
+++ b/x11-wm/fvwm2/Makefile
@@ -24,7 +24,7 @@ CONFIGURE_ARGS= --disable-mandoc --without-gnome
USES= gmake perl5 pkgconfig tar:bzip2
USE_XORG= xcursor xft xinerama xpm xrender
-OPTIONS_DEFINE= ICONS ICONV STROKE RPLAY SESSION_MGMT PNG SVG BIDI NLS IMLIB
+OPTIONS_DEFINE= ICONS ICONV STROKE RPLAY SESSION_MGMT PNG SVG BIDI NLS
OPTIONS_DEFAULT=ICONS ICONV SESSION_MGMT PNG
OPTIONS_SUB= yes
@@ -32,7 +32,6 @@ STROKE_DESC= support for mouse gestures
RPLAY_DESC= RPlay support in FvwmEvent
SESSION_MGMT_DESC= Session Management support
BIDI_DESC= Asian bi-directional text support
-IMLIB_DESC= imlib library (requires gtk12)
PLIST_SUB= FVWM_VERSION="${PORTVERSION}"
@@ -93,12 +92,6 @@ CONFIGURE_ARGS+= --enable-bidi \
CONFIGURE_ARGS+= --disable-bidi
.endif
-.if ${PORT_OPTIONS:MIMLIB}
-USE_GNOME+= imlib
-.else
-CONFIGURE_ARGS+=--disable-gtk
-.endif
-
.if ${PORT_OPTIONS:MNLS}
USES+= gettext
CONFIGURE_ARGS+= --with-intl-library=${LOCALBASE}/lib \