diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2010-01-28 12:53:50 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2010-01-28 12:53:50 +0800 |
commit | 3ec2a12983d4617976d4e43f17be74dc0276a2eb (patch) | |
tree | f256b684bdf10570bce5b23ce952c90b51f45be6 /dns | |
parent | fd4affc6628cb1081149099c57f80d85921fb4e3 (diff) | |
download | freebsd-ports-gnome-3ec2a12983d4617976d4e43f17be74dc0276a2eb.tar.gz freebsd-ports-gnome-3ec2a12983d4617976d4e43f17be74dc0276a2eb.tar.zst freebsd-ports-gnome-3ec2a12983d4617976d4e43f17be74dc0276a2eb.zip |
- Remove unneeded dependencies which is in perl-5.8.9 dist
(part 13).
Approved by: portmgr (itetcu)
Diffstat (limited to 'dns')
-rw-r--r-- | dns/dnsmax-perl/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dns/dnsmax-perl/Makefile b/dns/dnsmax-perl/Makefile index 1494715c32bd..091557a68285 100644 --- a/dns/dnsmax-perl/Makefile +++ b/dns/dnsmax-perl/Makefile @@ -14,8 +14,7 @@ DISTNAME= ${PORTNAME:L}-${PORTVERSION:S/.p/-pre/:S/.b/-beta/} MAINTAINER= dan@algenta.com COMMENT= DNSMax-perl is a perl DNS update client for the REST DNSMax protocol -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \ - ${SITE_PERL}/${PERL_ARCH}/Crypt/SSLeay.pm:${PORTSDIR}/security/p5-Crypt-SSLeay \ +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Crypt/SSLeay.pm:${PORTSDIR}/security/p5-Crypt-SSLeay \ ${SITE_PERL}/XML/Simple.pm:${PORTSDIR}/textproc/p5-XML-Simple \ ${SITE_PERL}/HTTP/Response.pm:${PORTSDIR}/www/p5-libwww |