diff options
author | Cy Schubert <cy@FreeBSD.org> | 2002-09-10 08:49:18 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2002-09-10 08:49:18 +0000 |
commit | 705008922b9b727b3ba3e81030a3db9bbde536b7 (patch) | |
tree | c5f9487f5b2468e5ca18e60f2fc042c182b1bc12 /x11-wm/fvwm24/Makefile | |
parent | Use catdump in freepwing instead of in japanese/epwutil (diff) |
Pkg-plist should reflect that FvwmGtk is installed only when GTK is detected.
Noticed by: Udo Schweigert <Udo.Schweigert@siemens.com>
Notes
Notes:
svn path=/head/; revision=66026
Diffstat (limited to 'x11-wm/fvwm24/Makefile')
-rw-r--r-- | x11-wm/fvwm24/Makefile | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/x11-wm/fvwm24/Makefile b/x11-wm/fvwm24/Makefile index b42e636a06bc..db9baf2f6e36 100644 --- a/x11-wm/fvwm24/Makefile +++ b/x11-wm/fvwm24/Makefile @@ -30,11 +30,6 @@ WANT_GNOME= yes .include <bsd.port.pre.mk> -.if ${HAVE_GNOME:Mimlib}!="" && !defined(WITHOUT_GNOME) -USE_GNOME+= imlib -PKGNAMESUFFIX= -imlib -.endif - GNU_CONFIGURE= yes .if defined(WITH_STROKE) @@ -52,16 +47,19 @@ CONFIGURE_ARGS+= --disable-shape PLIST_SUB+= FVWM_VERSION="${PORTVERSION}" -.if defined(HAVE_GNOME) && !defined(WITHOUT_GNOME) -USE_GNOME= yes +.if ${HAVE_GNOME:Mimlib}!="" +USE_GNOME= imlib +PKGNAMESUFFIX= -imlib CONFIGURE_ARGS+= --with-gnome --enable-gnome-hints \ --enable-gtktest --enable-imlibtest PLIST_SUB+= GNOMEDATADIR="share/fvwm" PLIST_SUB+= GNOMEDATADIR="share/gnome/fvwm" +PLIST_SUB+= GTK="" .else CONFIGURE_ARGS+= --without-gnome --disable-gnome-hints \ --disable-gtktest --disable-imlibtest PLIST_SUB+= GNOMEDATADIR="share/fvwm" +PLIST_SUB+= GTK="@comment not installed: " .endif MAN1= FvwmAnimate.1 FvwmAuto.1 FvwmBacker.1 FvwmBanner.1 FvwmButtons.1 \ |