diff options
author | petef <petef@FreeBSD.org> | 2001-12-25 01:09:32 +0800 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2001-12-25 01:09:32 +0800 |
commit | 4d002c209e6e710c92a0b1f45510900143d2bc32 (patch) | |
tree | 792096d3be81bd1a9ad9e41f114abff829491da7 /x11-wm/fvwm2/Makefile | |
parent | 9adad83945f04d5f2b9b043025a05a33b0ad6a69 (diff) | |
download | freebsd-ports-graphics-4d002c209e6e710c92a0b1f45510900143d2bc32.tar.gz freebsd-ports-graphics-4d002c209e6e710c92a0b1f45510900143d2bc32.tar.zst freebsd-ports-graphics-4d002c209e6e710c92a0b1f45510900143d2bc32.zip |
Send the proper CONFIGURE_ARGS to disable gnome support.
Submitted by: parv <parv_@yahoo.com>
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 81105382f7a..77d77a27006 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 |