diff options
author | krion <krion@FreeBSD.org> | 2004-03-23 08:24:02 +0000 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-03-23 08:24:02 +0000 |
commit | 2f2c6663d2a82152ac1714edff75be92ff6f35c3 (patch) | |
tree | 8e0fadc70d56b0637b892e9b1515e3064487ac66 /net/gq | |
parent | 911f94f625e28eac6d990e555c3e45c2ec030139 (diff) | |
download | FreeBSD-ports-2f2c6663d2a82152ac1714edff75be92ff6f35c3.zip FreeBSD-ports-2f2c6663d2a82152ac1714edff75be92ff6f35c3.tar.gz |
- Fix build
Noticed by: bento via kris
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 6034626a..8373bbc 100644 --- a/net/gq/Makefile +++ b/net/gq/Makefile @@ -26,7 +26,7 @@ USE_GETTEXT= yes USE_OPENLDAP= yes USE_OPENSSL= yes USE_X_PREFIX= yes -USE_GNOME+= gtk20 +USE_GNOME+= gtk20 libxml2 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-ldap=${LOCALBASE} |