diff options
author | vs <vs@FreeBSD.org> | 2005-04-13 20:35:42 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2005-04-13 20:35:42 +0800 |
commit | e19c3b1c3d3510614fadc24e43405c87e6707c4f (patch) | |
tree | c9330e8a0192c6462ff810115018e55d2bc7b625 /net/gq | |
parent | a5af81e31a3941316f6390c496f62942a3d3485d (diff) | |
download | freebsd-ports-gnome-e19c3b1c3d3510614fadc24e43405c87e6707c4f.tar.gz freebsd-ports-gnome-e19c3b1c3d3510614fadc24e43405c87e6707c4f.tar.zst freebsd-ports-gnome-e19c3b1c3d3510614fadc24e43405c87e6707c4f.zip |
Unbreak: Fix plist through 'gnomehier'
Based on PR: ports/79385
Submitted by: Alex Kiesel
Approved by: maintainer timeout
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} |