diff options
author | edwin <edwin@FreeBSD.org> | 2003-10-01 06:54:15 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-10-01 06:54:15 +0800 |
commit | 90f2b613eed9e63e8c1d39e0a43a9b16bf353eb6 (patch) | |
tree | 87d88d6d896f367cfcb401fa3200fabe661b8563 /sysutils/adtool | |
parent | a34d5758cd875a1b2658971ca2a7a974f1619c80 (diff) | |
download | freebsd-ports-gnome-90f2b613eed9e63e8c1d39e0a43a9b16bf353eb6.tar.gz freebsd-ports-gnome-90f2b613eed9e63e8c1d39e0a43a9b16bf353eb6.tar.zst freebsd-ports-gnome-90f2b613eed9e63e8c1d39e0a43a9b16bf353eb6.zip |
Fix dependency:
There is no port net/openldap21 any longer. Please use
USE_OPENLDAP=yes and respect the default in bsd.ports.mk,
specify WANT_OPENLDAP_VER *only* if you have to, for example
when you are incompatible with any other version.
Thanks for the report!
Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
Diffstat (limited to 'sysutils/adtool')
-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} |