diff options
author | krion <krion@FreeBSD.org> | 2004-03-23 16:24:02 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-03-23 16:24:02 +0800 |
commit | 2f2c6663d2a82152ac1714edff75be92ff6f35c3 (patch) | |
tree | 8e0fadc70d56b0637b892e9b1515e3064487ac66 | |
parent | 911f94f625e28eac6d990e555c3e45c2ec030139 (diff) | |
download | freebsd-ports-gnome-2f2c6663d2a82152ac1714edff75be92ff6f35c3.tar.gz freebsd-ports-gnome-2f2c6663d2a82152ac1714edff75be92ff6f35c3.tar.zst freebsd-ports-gnome-2f2c6663d2a82152ac1714edff75be92ff6f35c3.zip |
- Fix build
Noticed by: bento via kris
-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 6034626a5c4a..8373bbcb86a9 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} |