diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2010-01-27 06:30:02 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2010-01-27 06:30:02 +0800 |
commit | 13485e79e5b6963e313f4319ed98b33433cdfe00 (patch) | |
tree | f5f1c4b2cc26e4ecc694eea01fb54bf2af33494c /net/smbldap-tools | |
parent | d2be2bf76468228ca579b875383baf79fd0d4dc2 (diff) | |
download | freebsd-ports-gnome-13485e79e5b6963e313f4319ed98b33433cdfe00.tar.gz freebsd-ports-gnome-13485e79e5b6963e313f4319ed98b33433cdfe00.tar.zst freebsd-ports-gnome-13485e79e5b6963e313f4319ed98b33433cdfe00.zip |
- Remove unneeded dependencies which is in perl-5.8.9 dist
(part 9).
Approved by: portmgr (itetcu)
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} |