diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2010-01-22 22:24:39 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2010-01-22 22:24:39 +0800 |
commit | a043ca56f4f2eee106523cc0a12bf09e3b9bb524 (patch) | |
tree | 028ecfd9d4eca8ad0839e8f76bfc70a6cffb6c49 /textproc/p5-podlators | |
parent | 32c740a4c8d370bfaf1be1b91029dbb41fd4fcbd (diff) | |
download | freebsd-ports-gnome-a043ca56f4f2eee106523cc0a12bf09e3b9bb524.tar.gz freebsd-ports-gnome-a043ca56f4f2eee106523cc0a12bf09e3b9bb524.tar.zst freebsd-ports-gnome-a043ca56f4f2eee106523cc0a12bf09e3b9bb524.zip |
- Remove unneeded dependencies which is in perl-5.8.9 dist
(part 2).
Approved by: portmgr (itetcu)
Diffstat (limited to 'textproc/p5-podlators')
-rw-r--r-- | textproc/p5-podlators/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/textproc/p5-podlators/Makefile b/textproc/p5-podlators/Makefile index 3f88392cab27..55a922d34d93 100644 --- a/textproc/p5-podlators/Makefile +++ b/textproc/p5-podlators/Makefile @@ -7,7 +7,7 @@ PORTNAME= podlators PORTVERSION= 2.3.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= Pod @@ -16,8 +16,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Modules to convert and parse POD (Plain Old Documentation) -RUN_DEPENDS= p5-Pod-Simple>=3.04:${PORTSDIR}/textproc/p5-Pod-Simple \ - ${SITE_PERL}/Pod/Parser.pm:${PORTSDIR}/textproc/p5-Pod-Parser +RUN_DEPENDS= p5-Pod-Simple>=3.04:${PORTSDIR}/textproc/p5-Pod-Simple BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= yes |