diff options
author | marcus <marcus@FreeBSD.org> | 2003-01-13 12:43:33 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-01-13 12:43:33 +0800 |
commit | 456fd25ef019b548b2bcc2c35c902b9fa9e57506 (patch) | |
tree | fb804eacd6a5cffb9867d9ae696586cc1b620068 /net/gq | |
parent | 34ca9a6ed490f5dfb3e76ebbf6393de44722eb80 (diff) | |
download | freebsd-ports-gnome-456fd25ef019b548b2bcc2c35c902b9fa9e57506.tar.gz freebsd-ports-gnome-456fd25ef019b548b2bcc2c35c902b9fa9e57506.tar.zst freebsd-ports-gnome-456fd25ef019b548b2bcc2c35c902b9fa9e57506.zip |
Add a dependency on gnomehier to remove the GNOME directories.
Reported by: bento
Diffstat (limited to 'net/gq')
-rw-r--r-- | net/gq/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/gq/Makefile b/net/gq/Makefile index 46e279e5a167..8d0ebbba7298 100644 --- a/net/gq/Makefile +++ b/net/gq/Makefile @@ -27,7 +27,7 @@ USE_GNOME= gdkpixbuf USE_X_PREFIX= yes USE_GNOMENG= yes -USE_GNOME+= gtk12 +USE_GNOME+= gtk12 gnomehier GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-ldap=${LOCALBASE} |