diff options
Diffstat (limited to 'x11-wm')
-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 8110538..77d77a2 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 8110538..77d77a2 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 |