diff options
author | edwin <edwin@FreeBSD.org> | 2003-02-24 02:26:55 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-02-24 02:26:55 +0000 |
commit | aa907393a43d485ac47828736a41d6eb86da75c1 (patch) | |
tree | b432e76194a3ecb6580c9967b951af7bea6e42ee /net/gq | |
parent | 8ad9cc786c1a50f53d6701a10830aa240bb9d8ca (diff) | |
download | FreeBSD-ports-aa907393a43d485ac47828736a41d6eb86da75c1.zip FreeBSD-ports-aa907393a43d485ac47828736a41d6eb86da75c1.tar.gz |
Point dependencies on net/openldap to net/openldap12
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 94f3ff7..04899b6 100644 --- a/net/gq/Makefile +++ b/net/gq/Makefile @@ -17,7 +17,7 @@ COMMENT= GTK-based LDAP client LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv .if defined(WITH_OPENLDAP1) -LIB_DEPENDS+= ldap.1:${PORTSDIR}/net/openldap +LIB_DEPENDS+= ldap.1:${PORTSDIR}/net/openldap12 .else LIB_DEPENDS+= ldap.2:${PORTSDIR}/net/openldap2 .endif |