diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2001-12-24 17:09:32 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2001-12-24 17:09:32 +0000 |
commit | 58135881e5d105493ab5d4bb62d6e81ede83a60c (patch) | |
tree | 46c8bfd13bb1d21badf8704ca4d6eee238075cc1 /x11-wm/fvwm2/Makefile | |
parent | Provide install-sh. (diff) |
Send the proper CONFIGURE_ARGS to disable gnome support.
Submitted by: parv <parv_@yahoo.com>
Notes
Notes:
svn path=/head/; revision=52105
Diffstat (limited to 'x11-wm/fvwm2/Makefile')
-rw-r--r-- | x11-wm/fvwm2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-wm/fvwm2/Makefile b/x11-wm/fvwm2/Makefile index 81105382f7ac..77d77a27006f 100644 --- a/x11-wm/fvwm2/Makefile +++ b/x11-wm/fvwm2/Makefile @@ -34,7 +34,7 @@ PLIST_SUB+= FVWM_VERSION="${PORTVERSION}" USE_GNOME= yes PLIST_SUB+= GNOMEDATADIR="share/gnome/fvwm" .else -CONFIGURE_ARGS+= --disable-gnome +CONFIGURE_ARGS+= --without-gnome PLIST_SUB+= GNOMEDATADIR="share/fvwm" .endif |