diff options
author | edwin <edwin@FreeBSD.org> | 2003-02-24 10:26:55 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-02-24 10:26:55 +0800 |
commit | aa907393a43d485ac47828736a41d6eb86da75c1 (patch) | |
tree | b432e76194a3ecb6580c9967b951af7bea6e42ee /mail/postfix-current | |
parent | 8ad9cc786c1a50f53d6701a10830aa240bb9d8ca (diff) | |
download | freebsd-ports-gnome-aa907393a43d485ac47828736a41d6eb86da75c1.tar.gz freebsd-ports-gnome-aa907393a43d485ac47828736a41d6eb86da75c1.tar.zst freebsd-ports-gnome-aa907393a43d485ac47828736a41d6eb86da75c1.zip |
Point dependencies on net/openldap to net/openldap12
Diffstat (limited to 'mail/postfix-current')
-rw-r--r-- | mail/postfix-current/scripts/configure.postfix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/postfix-current/scripts/configure.postfix b/mail/postfix-current/scripts/configure.postfix index 8df1cc3cc11a..ea744b8b193c 100644 --- a/mail/postfix-current/scripts/configure.postfix +++ b/mail/postfix-current/scripts/configure.postfix @@ -140,7 +140,7 @@ while [ "$1" ]; do echo "PATCH_DIST_STRIP= -p1" ;; OpenLDAP) - echo "BUILD_DEPENDS+= \${LOCALBASE}/lib/libldap.a:\${PORTSDIR}/net/openldap" + echo "BUILD_DEPENDS+= \${LOCALBASE}/lib/libldap.a:\${PORTSDIR}/net/openldap12" echo "POSTFIX_CCARGS+= -DHAS_LDAP -I\${LOCALBASE}/include" echo "POSTFIX_AUXLIBS+= \${LOCALBASE}/lib/libldap.a \${PREFIX}/lib/liblber.a" echo "OPENLDAP_SUFFIX= +openldap" |