diff options
author | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-11-06 13:06:54 +0000 |
---|---|---|
committer | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-11-06 13:06:54 +0000 |
commit | 9996b62071f83a8998f64e7ca0aa70a0235c0b74 (patch) | |
tree | a4a54e3f7acf6a29b98a5de2345cd3a9779330e3 /net/gq | |
parent | 90b7b145bacf11883d3d40ae77b46087f80a538c (diff) | |
download | ports-9996b62071f83a8998f64e7ca0aa70a0235c0b74.tar.gz ports-9996b62071f83a8998f64e7ca0aa70a0235c0b74.zip |
Notes
Diffstat (limited to 'net/gq')
-rw-r--r-- | net/gq/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/net/gq/Makefile b/net/gq/Makefile index d51abe69dc17..e17c60919439 100644 --- a/net/gq/Makefile +++ b/net/gq/Makefile @@ -12,7 +12,11 @@ MASTER_SITES= http://biot.com/gq/download/ MAINTAINER= roman@xpert.com -LIB_DEPENDS= ldap.1:${PORTSDIR}/net/openldap +.if defined(WITH_OPENLDAP2) +LIB_DEPENDS+= ldap.2:${PORTSDIR}/net/openldap2 +.else +LIB_DEPENDS+= ldap.1:${PORTSDIR}/net/openldap +.endif USE_X_PREFIX= yes USE_GTK= yes |