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 | |
| 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
| -rw-r--r-- | x11-wm/fvwm2/Makefile | 2 | ||||
| -rw-r--r-- | x11-wm/fvwm24/Makefile | 2 |
2 files changed, 2 insertions, 2 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 diff --git a/x11-wm/fvwm24/Makefile b/x11-wm/fvwm24/Makefile index 81105382f7ac..77d77a27006f 100644 --- a/x11-wm/fvwm24/Makefile +++ b/x11-wm/fvwm24/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 |
