diff options
author | Volker Stolz <vs@FreeBSD.org> | 2005-04-13 12:35:42 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2005-04-13 12:35:42 +0000 |
commit | 0c0e38654628c9ece5fbccaa581d430cc78e12b4 (patch) | |
tree | 6daa26fd0342817e30310762a46a17fd1cd75113 /net/gq | |
parent | 374e256f1e250a333ec489fa27efeebd10bd5b8b (diff) | |
download | ports-0c0e38654628c9ece5fbccaa581d430cc78e12b4.tar.gz ports-0c0e38654628c9ece5fbccaa581d430cc78e12b4.zip |
Notes
Diffstat (limited to 'net/gq')
-rw-r--r-- | net/gq/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net/gq/Makefile b/net/gq/Makefile index baa13c8509ff..cf862534f4e1 100644 --- a/net/gq/Makefile +++ b/net/gq/Makefile @@ -16,15 +16,13 @@ DISTNAME= gq-${PORTVERSION:S/b/beta/} MAINTAINER= ports@oven.org COMMENT= GTK-based LDAP client -BROKEN= Incomplete pkg-plist - USE_GMAKE= yes USE_ICONV= yes USE_GETTEXT= yes USE_OPENLDAP= yes USE_OPENSSL= yes USE_X_PREFIX= yes -USE_GNOME= gtk20 libxml2 +USE_GNOME= gnomehier gtk20 libxml2 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-ldap-prefix=${LOCALBASE} |