diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2003-08-14 22:12:22 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2003-08-14 22:12:22 +0000 |
commit | 7c0800f7ecd0f2b76fcb23e301be3bcbfa23e29a (patch) | |
tree | 046589911dd65a013b01d27383fe064c31f921d9 /net/gq | |
parent | dd1e0961ec504a3d6b1c5f9f4a4171569ba574cc (diff) | |
download | ports-7c0800f7ecd0f2b76fcb23e301be3bcbfa23e29a.tar.gz ports-7c0800f7ecd0f2b76fcb23e301be3bcbfa23e29a.zip |
Notes
Diffstat (limited to 'net/gq')
-rw-r--r-- | net/gq/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/gq/Makefile b/net/gq/Makefile index a444009ee67a..6108753c4b65 100644 --- a/net/gq/Makefile +++ b/net/gq/Makefile @@ -7,6 +7,7 @@ PORTNAME= gq PORTVERSION= 0.6.0 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= gqclient @@ -19,7 +20,7 @@ LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv .if defined(WITH_OPENLDAP1) LIB_DEPENDS+= ldap.1:${PORTSDIR}/net/openldap12 .else -LIB_DEPENDS+= ldap.2:${PORTSDIR}/net/openldap20 +LIB_DEPENDS+= ldap.2:${PORTSDIR}/net/openldap20-client .endif .if !defined(WITHOUT_JPEGPHOTO) |