diff options
author | Cy Schubert <cy@FreeBSD.org> | 2004-04-06 18:09:00 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2004-04-06 18:09:00 +0000 |
commit | 5f2503e0008db4e1daf0511d55075c67b04c6760 (patch) | |
tree | d9d105b242733226bcee143df87aa1ebb2126254 /x11-wm/fvwm24/Makefile | |
parent | Update 2.5.8 --> 2.5.10 (diff) |
Update 2.4.17 --> 2.4.18
Notes
Notes:
svn path=/head/; revision=106337
Diffstat (limited to 'x11-wm/fvwm24/Makefile')
-rw-r--r-- | x11-wm/fvwm24/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-wm/fvwm24/Makefile b/x11-wm/fvwm24/Makefile index 7844c5326c0f..b13876539166 100644 --- a/x11-wm/fvwm24/Makefile +++ b/x11-wm/fvwm24/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 |