diff options
author | az <az@FreeBSD.org> | 2012-06-30 22:07:27 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2012-06-30 22:07:27 +0800 |
commit | 52c562f5731f34c841ec53731465932b1b386bc1 (patch) | |
tree | f17da2d483fe9988bea0661c549f19486317c584 /devel/p5-Data-TreeDumper | |
parent | 4bbf5addf372642e05a43cd37944f1625d747af8 (diff) | |
download | freebsd-ports-gnome-52c562f5731f34c841ec53731465932b1b386bc1.tar.gz freebsd-ports-gnome-52c562f5731f34c841ec53731465932b1b386bc1.tar.zst freebsd-ports-gnome-52c562f5731f34c841ec53731465932b1b386bc1.zip |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
Diffstat (limited to 'devel/p5-Data-TreeDumper')
-rw-r--r-- | devel/p5-Data-TreeDumper/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/devel/p5-Data-TreeDumper/Makefile b/devel/p5-Data-TreeDumper/Makefile index eaaa8480059a..7e2a2d52b007 100644 --- a/devel/p5-Data-TreeDumper/Makefile +++ b/devel/p5-Data-TreeDumper/Makefile @@ -14,11 +14,11 @@ PKGNAMEPREFIX= p5- MAINTAINER= dhn@FreeBSD.org COMMENT= Dumps a data structure in a tree fashion -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Term/Size.pm:${PORTSDIR}/devel/p5-Term-Size \ - ${SITE_PERL}/Text/Wrap.pm:${PORTSDIR}/textproc/p5-Text-Tabs+Wrap \ - ${SITE_PERL}/Check/ISA.pm:${PORTSDIR}/devel/p5-Check-ISA \ - ${SITE_PERL}/${PERL_ARCH}/Devel/Size.pm:${PORTSDIR}/devel/p5-Devel-Size \ - ${SITE_PERL}/Sort/Naturally.pm:${PORTSDIR}/textproc/p5-Sort-Naturally +BUILD_DEPENDS= p5-Term-Size>=0:${PORTSDIR}/devel/p5-Term-Size \ + p5-Text-Tabs+Wrap>=0:${PORTSDIR}/textproc/p5-Text-Tabs+Wrap \ + p5-Check-ISA>=0:${PORTSDIR}/devel/p5-Check-ISA \ + p5-Devel-Size>=0:${PORTSDIR}/devel/p5-Devel-Size \ + p5-Sort-Naturally>=0:${PORTSDIR}/textproc/p5-Sort-Naturally RUN_DEPENDS:= ${BUILD_DEPENDS} MAN3= Data::TreeDumper.3 |