aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm/fvwm24
diff options
context:
space:
mode:
authorpetef <petef@FreeBSD.org>2001-12-25 01:09:32 +0800
committerpetef <petef@FreeBSD.org>2001-12-25 01:09:32 +0800
commit4d002c209e6e710c92a0b1f45510900143d2bc32 (patch)
tree792096d3be81bd1a9ad9e41f114abff829491da7 /x11-wm/fvwm24
parent9adad83945f04d5f2b9b043025a05a33b0ad6a69 (diff)
downloadfreebsd-ports-gnome-4d002c209e6e710c92a0b1f45510900143d2bc32.tar.gz
freebsd-ports-gnome-4d002c209e6e710c92a0b1f45510900143d2bc32.tar.zst
freebsd-ports-gnome-4d002c209e6e710c92a0b1f45510900143d2bc32.zip
Send the proper CONFIGURE_ARGS to disable gnome support.
Submitted by: parv <parv_@yahoo.com>
Diffstat (limited to 'x11-wm/fvwm24')
-rw-r--r--x11-wm/fvwm24/Makefile2
1 files changed, 1 insertions, 1 deletions
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