diff options
author | Oliver Eikemeier <eik@FreeBSD.org> | 2004-05-03 12:36:54 +0000 |
---|---|---|
committer | Oliver Eikemeier <eik@FreeBSD.org> | 2004-05-03 12:36:54 +0000 |
commit | 75f61ccb0d76c13367cbee0e5212dbbc2fa46fc1 (patch) | |
tree | 218e1f62a95f5d38e496de0920de9654925f9b4e /net | |
parent | 9bbd3a3e7042c5932f72bcb53aa934f1dd1d45e5 (diff) | |
download | ports-75f61ccb0d76c13367cbee0e5212dbbc2fa46fc1.tar.gz ports-75f61ccb0d76c13367cbee0e5212dbbc2fa46fc1.zip |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/yptransitd/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/net/yptransitd/Makefile b/net/yptransitd/Makefile index 52ffac246dcd..c3cd5c1a22c9 100644 --- a/net/yptransitd/Makefile +++ b/net/yptransitd/Makefile @@ -7,14 +7,15 @@ PORTNAME= yptransitd PORTVERSION= 0.5 -PORTREVISION= 1 +PORTREVISION= 2 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 COMMENT= A replacement for nss_ldap -LIB_DEPENDS= ldap.2:${PORTSDIR}/net/openldap20-client +USE_OPENLDAP= yes USE_BISON= yes INSTALLS_SHLIB= yes |