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 /ftp/proftpd | |
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 'ftp/proftpd')
-rw-r--r-- | ftp/proftpd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftp/proftpd/Makefile b/ftp/proftpd/Makefile index 638de472e1d0..3d94c5152dc7 100644 --- a/ftp/proftpd/Makefile +++ b/ftp/proftpd/Makefile @@ -43,7 +43,7 @@ LIBDIRS= .if defined(WITH_LDAP) MODULES:=${MODULES}:mod_ldap -BUILD_DEPENDS+= ${LOCALBASE}/lib/libldap.a:${PORTSDIR}/net/openldap +BUILD_DEPENDS+= ${LOCALBASE}/lib/libldap.a:${PORTSDIR}/net/openldap12 INCLUDEDIRS:=${INCLUDEDIRS}:${PREFIX}/include LIBDIRS:=${LIBDIRS}:${PREFIX}/lib .endif |