diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2010-01-26 22:30:02 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2010-01-26 22:30:02 +0000 |
commit | 92144196a4b9baf81efe3f97a8caa8bf00a38559 (patch) | |
tree | 68ca3847b247620e825fec69a8ed09a81a2de439 /net/smbldap-tools | |
parent | 61ca95f20aa100c756d97be710d7ec71387ab512 (diff) |
Notes
Diffstat (limited to 'net/smbldap-tools')
-rw-r--r-- | net/smbldap-tools/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/smbldap-tools/Makefile b/net/smbldap-tools/Makefile index f291b02c8f8d..ef5dd2af3d86 100644 --- a/net/smbldap-tools/Makefile +++ b/net/smbldap-tools/Makefile @@ -7,6 +7,7 @@ PORTNAME= smbldap-tools PORTVERSION= 0.9.5 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://download.gna.org/smbldap-tools/packages/ \ http://download.gna.org/smbldap-tools/packages/old-Idealx-release/ @@ -17,7 +18,6 @@ COMMENT= Samba-LDAP management and support tools BUILD_DEPENDS= ${SITE_PERL}/Net/LDAP.pm:${PORTSDIR}/net/p5-perl-ldap \ ${SITE_PERL}/Crypt/SmbHash.pm:${PORTSDIR}/security/p5-Crypt-SmbHash \ - ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \ ${SITE_PERL}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1 \ ${SITE_PERL}/${PERL_ARCH}/Unicode/Map8.pm:${PORTSDIR}/converters/p5-Unicode-MapUTF8 RUN_DEPENDS= ${BUILD_DEPENDS} |