diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2003-08-15 08:49:31 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2003-08-15 08:49:31 +0800 |
commit | 23487909ca7033a70fc30adfb2f3bdadddcee493 (patch) | |
tree | c7a9a132ab286601d6d7a3590fd42cad88671385 /ftp/pure-ftpd | |
parent | 39602a96bc814acbf78e72edd603b5471a42823c (diff) | |
download | freebsd-ports-gnome-23487909ca7033a70fc30adfb2f3bdadddcee493.tar.gz freebsd-ports-gnome-23487909ca7033a70fc30adfb2f3bdadddcee493.tar.zst freebsd-ports-gnome-23487909ca7033a70fc30adfb2f3bdadddcee493.zip |
Fix non-default dependency on openldap2[012] which is broken by splitting.
# I'm not bumped port revision of them because this should not affect
# packages built on bento...
Diffstat (limited to 'ftp/pure-ftpd')
-rw-r--r-- | ftp/pure-ftpd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ftp/pure-ftpd/Makefile b/ftp/pure-ftpd/Makefile index 845520afb390..179492eaa49f 100644 --- a/ftp/pure-ftpd/Makefile +++ b/ftp/pure-ftpd/Makefile @@ -24,9 +24,9 @@ MAINTAINER= j@pureftpd.org COMMENT= A small, easy to set up, fast and very secure FTP server .if defined(WITH_LDAP) && !defined(WITH_LDAP21) -LIB_DEPENDS+= ldap:${PORTSDIR}/net/openldap20 +LIB_DEPENDS+= ldap:${PORTSDIR}/net/openldap20-client .elif defined(WITH_LDAP21) && !defined(WITH_LDAP) -LIB_DEPENDS+= ldap:${PORTSDIR}/net/openldap21 +LIB_DEPENDS+= ldap:${PORTSDIR}/net/openldap21-client .elif defined(WITH_LDAP21) && defined(WITH_LDAP) BROKEN= "You may only specify WITH_LDAP xor WITH_LDAP21, but not both together" .endif |