diff options
author | tijl <tijl@FreeBSD.org> | 2016-11-03 22:30:03 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2016-11-03 22:30:03 +0800 |
commit | de20da039ccf76b871c205ae546811ab0fb728d6 (patch) | |
tree | 015350f80afc7b14e82c312680cc908fe0e5aa9a /net | |
parent | 802f0e5687d2db09f3e1555f2b3fbd5109bbd091 (diff) | |
download | freebsd-ports-gnome-de20da039ccf76b871c205ae546811ab0fb728d6.tar.gz freebsd-ports-gnome-de20da039ccf76b871c205ae546811ab0fb728d6.tar.zst freebsd-ports-gnome-de20da039ccf76b871c205ae546811ab0fb728d6.zip |
Add missing dependencies.
Diffstat (limited to 'net')
-rw-r--r-- | net/linux-c6-openldap/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/linux-c6-openldap/Makefile b/net/linux-c6-openldap/Makefile index d89bec14425b..ad185d197e4f 100644 --- a/net/linux-c6-openldap/Makefile +++ b/net/linux-c6-openldap/Makefile @@ -3,7 +3,7 @@ PORTNAME= openldap PORTVERSION= 2.4.40 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net linux MAINTAINER= emulation@FreeBSD.org @@ -12,7 +12,7 @@ COMMENT= Lightweight Directory Access Protocol libraries (Linux CentOS ${LINUX_D CONFLICTS= linux-f10-openldap-[0-9]* USES= linux:c6 -#USE_LINUX= openssl +USE_LINUX= cyrus-sasl2 nss nspr RPMVERSION= 12.el6 USE_LINUX_RPM= yes USE_LDCONFIG= yes |