diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-01-13 04:43:33 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-01-13 04:43:33 +0000 |
commit | e402b181dd92d6cc4a5fef0a2cde1fe78db319ef (patch) | |
tree | 175d284ac17c8a12b63ce839147ec2c3edb0608c /net/gq | |
parent | Add some missing files. (diff) |
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} |