diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-23 08:24:02 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-23 08:24:02 +0000 |
commit | 9bceb7b078f6820728867030372afeeabf69151b (patch) | |
tree | 8f5c13ebc6b0c6b132f2a3899cdad1b074f769ae /net/gq | |
parent | - Fix build (diff) |
- 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 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} |