diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-11-08 15:48:47 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-11-08 15:48:47 +0800 |
commit | c858c848de13d5b4c70529bac956b57c7d4beb05 (patch) | |
tree | 5e86543699ddc45dfe3ed4f012300b3c24ee6ac5 /x11-wm/windowmaker | |
parent | 319f0ee61b40d66fb83cfdf1a71aae756c132e07 (diff) | |
download | freebsd-ports-graphics-c858c848de13d5b4c70529bac956b57c7d4beb05.tar.gz freebsd-ports-graphics-c858c848de13d5b4c70529bac956b57c7d4beb05.tar.zst freebsd-ports-graphics-c858c848de13d5b4c70529bac956b57c7d4beb05.zip |
Add missed USE_GNOME if HAVE_GNOME is defined.
Submitted by: billf
Diffstat (limited to 'x11-wm/windowmaker')
-rw-r--r-- | x11-wm/windowmaker/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-wm/windowmaker/Makefile b/x11-wm/windowmaker/Makefile index 5cb1d707745..3301e503d26 100644 --- a/x11-wm/windowmaker/Makefile +++ b/x11-wm/windowmaker/Makefile @@ -49,6 +49,7 @@ DATAFILES= WindowMaker-extra-0.1.tar.bz2 .if defined(HAVE_GNOME) CONFIGURE_ARGS+= --enable-gnome +USE_GNOME= yes .endif .if defined(WITH_KDE) |