diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2010-01-27 01:47:48 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2010-01-27 01:47:48 +0000 |
commit | d60cc03b253bf72e5157ae700d5fe527258a540e (patch) | |
tree | 0c58e3fd05dc63ad22162f4f98794e7852d46b90 /misc/gpt | |
parent | XWinWrap is a small utility written a loooong time ago that allowed you to (diff) |
- Remove unneeded dependencies which is in perl-5.8.9 dist
(part 10).
Approved by: portmgr (itetcu)
Diffstat (limited to 'misc/gpt')
-rw-r--r-- | misc/gpt/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/misc/gpt/Makefile b/misc/gpt/Makefile index 399c48803894..441490d9a824 100644 --- a/misc/gpt/Makefile +++ b/misc/gpt/Makefile @@ -7,7 +7,7 @@ PORTNAME= gpt PORTVERSION= 3.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= misc archivers devel parallel MASTER_SITES= ftp://ftp.globus.org/pub/gt4/4.0/4.0.0/gpt/ DISTNAME= gpt-${PORTVERSION}autotools2004-src @@ -19,11 +19,7 @@ CONFLICTS= gpt-3.1* RUN_DEPENDS+= ${SITE_PERL}/Archive/Tar.pm:${PORTSDIR}/archivers/p5-Archive-Tar \ ${SITE_PERL}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib \ - ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \ - ${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools \ ${SITE_PERL}/IO/Zlib.pm:${PORTSDIR}/archivers/p5-IO-Zlib \ - ${SITE_PERL}/Pod/Parser.pm:${PORTSDIR}/textproc/p5-Pod-Parser \ - ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple \ ${LOCALBASE}/bin/gmake:${PORTSDIR}/devel/gmake \ ${LOCALBASE}/bin/makepatch:${PORTSDIR}/textproc/makepatch |