diff options
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/adtool/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sysutils/adtool/Makefile b/sysutils/adtool/Makefile index b79f815a8ff7..db51772f4627 100644 --- a/sysutils/adtool/Makefile +++ b/sysutils/adtool/Makefile @@ -14,10 +14,8 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= joseph@randomnetworks.com COMMENT= Active Directory administration tool -LIB_DEPENDS+= ldap.2:${PORTSDIR}/net/openldap21 -LIB_DEPENDS+= lber.2:${PORTSDIR}/net/openldap21 - USE_GMAKE= yes +USE_OPENLDAP= yes HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} --with-ldap=${LOCALBASE} |