diff options
Diffstat (limited to 'x11-wm/fvwm2/Makefile')
-rw-r--r-- | x11-wm/fvwm2/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-wm/fvwm2/Makefile b/x11-wm/fvwm2/Makefile index 7844c5326c0f..b13876539166 100644 --- a/x11-wm/fvwm2/Makefile +++ b/x11-wm/fvwm2/Makefile @@ -6,7 +6,7 @@ # PORTNAME= fvwm -PORTVERSION= 2.4.17 +PORTVERSION= 2.4.18 CATEGORIES= x11-wm MASTER_SITES= ftp://ftp.fvwm.org/pub/fvwm/version-2/ \ http://www.fvwm.org/generated/icon_download/ @@ -66,7 +66,8 @@ CONFIGURE_ARGS+= --with-gnome --enable-gnome-hints \ PLIST_SUB+= GTK="" .else CONFIGURE_ARGS+= --without-gnome --disable-gnome-hints \ - --disable-gtktest --disable-imlibtest + --disable-gtktest --disable-imlibtest \ + --with-gtk-prefix=/no/dir --with-imlib-prefix=/no/dir PLIST_SUB+= GTK="@comment not installed: " .endif |