diff options
author | ade <ade@FreeBSD.org> | 2004-06-04 17:29:38 +0000 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2004-06-04 17:29:38 +0000 |
commit | ca808f0eaebe5bce7acf4b82ce3d8c4b67f1a02a (patch) | |
tree | 0f8268b015ec949860a3c2ab315d341fbbc7615c /net/openldap23-server | |
parent | 62cb740217d0f5aa007d7cab9d007fb551534a4f (diff) | |
download | FreeBSD-ports-ca808f0eaebe5bce7acf4b82ce3d8c4b67f1a02a.zip FreeBSD-ports-ca808f0eaebe5bce7acf4b82ce3d8c4b67f1a02a.tar.gz |
Sync with new bsd.autotools.mk
Diffstat (limited to 'net/openldap23-server')
-rw-r--r-- | net/openldap23-server/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/openldap23-server/Makefile b/net/openldap23-server/Makefile index 003fa02..8b00daa 100644 --- a/net/openldap23-server/Makefile +++ b/net/openldap23-server/Makefile @@ -218,7 +218,7 @@ LIB_DEPENDS+= odbc.1:${PORTSDIR}/databases/unixODBC .endif .if defined(WITH_SLAPI) -LIB_DEPENDS+= ltdl.4:${PORTSDIR}/devel/libltdl +USE_LIBLTDL= yes CONFIGURE_ARGS+= --enable-slapi \ --enable-modules PLIST_SUB+= SLAPI="" |