mirror of
https://git.freebsd.org/ports.git
synced 2025-06-16 18:20:33 -04:00
Change direct dependency on OpenLDAP 2.0 to USE_OPENLDAP in order
to avoid breaking the INDEX with the removal of OpenLDAP 2.0. Aprroved by: maintainer silence Notifications: http://lists.freebsd.org/pipermail/freebsd-ports/2004-February/009261.html http://lists.freebsd.org/pipermail/freebsd-ports/2004-March/010683.html http://lists.freebsd.org/pipermail/freebsd-ports/2004-April/011965.html http://cvsweb.freebsd.org/ports/net/openldap20-server/Makefile#rev1.76 http://cvsweb.freebsd.org/ports/net/openldap20-server/Makefile#rev1.77
This commit is contained in:
parent
9bbd3a3e70
commit
75f61ccb0d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=108265
1 changed files with 4 additions and 3 deletions
|
@ -7,14 +7,15 @@
|
||||||
|
|
||||||
PORTNAME= yptransitd
|
PORTNAME= yptransitd
|
||||||
PORTVERSION= 0.5
|
PORTVERSION= 0.5
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= net
|
CATEGORIES= net
|
||||||
MASTER_SITES= http://unc.dl.sourceforge.net/sourceforge/yptransitd/
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED}
|
||||||
|
MASTER_SITE_SUBDIR= yptransitd
|
||||||
|
|
||||||
MAINTAINER= mjoyner@hq.dyns.cx
|
MAINTAINER= mjoyner@hq.dyns.cx
|
||||||
COMMENT= A replacement for nss_ldap
|
COMMENT= A replacement for nss_ldap
|
||||||
|
|
||||||
LIB_DEPENDS= ldap.2:${PORTSDIR}/net/openldap20-client
|
USE_OPENLDAP= yes
|
||||||
|
|
||||||
USE_BISON= yes
|
USE_BISON= yes
|
||||||
INSTALLS_SHLIB= yes
|
INSTALLS_SHLIB= yes
|
||||||
|
|
Loading…
Add table
Reference in a new issue