diff options
author | az <az@FreeBSD.org> | 2012-06-30 20:42:52 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2012-06-30 20:42:52 +0800 |
commit | 9c3610198c70d4848e049e3cfafddaae4213ab87 (patch) | |
tree | b4ac412c1f5608fbffd6c72418cdc570bfc11d6b /textproc/p5-Vroom | |
parent | 5144a33c408bb6536cad50aaaa281f624050cc12 (diff) | |
download | freebsd-ports-gnome-9c3610198c70d4848e049e3cfafddaae4213ab87.tar.gz freebsd-ports-gnome-9c3610198c70d4848e049e3cfafddaae4213ab87.tar.zst freebsd-ports-gnome-9c3610198c70d4848e049e3cfafddaae4213ab87.zip |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
Diffstat (limited to 'textproc/p5-Vroom')
-rw-r--r-- | textproc/p5-Vroom/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/textproc/p5-Vroom/Makefile b/textproc/p5-Vroom/Makefile index 960939b52673..0bd0eec8d77c 100644 --- a/textproc/p5-Vroom/Makefile +++ b/textproc/p5-Vroom/Makefile @@ -15,11 +15,11 @@ PKGNAMEPREFIX= p5- MAINTAINER= lwhsu@FreeBSD.org COMMENT= Slide Shows in Vim -BUILD_DEPENDS= ${SITE_PERL}/IO/All.pm:${PORTSDIR}/devel/p5-IO-All \ - ${SITE_PERL}/${PERL_ARCH}/YAML/XS.pm:${PORTSDIR}/textproc/p5-YAML-LibYAML \ - ${SITE_PERL}/Class/Field.pm:${PORTSDIR}/devel/p5-Class-Field \ - ${SITE_PERL}/File/HomeDir.pm:${PORTSDIR}/devel/p5-File-HomeDir \ - ${SITE_PERL}/Template/Toolkit/Simple.pm:${PORTSDIR}/www/p5-Template-Toolkit-Simple +BUILD_DEPENDS= p5-IO-All>=0:${PORTSDIR}/devel/p5-IO-All \ + p5-YAML-LibYAML>=0:${PORTSDIR}/textproc/p5-YAML-LibYAML \ + p5-Class-Field>=0:${PORTSDIR}/devel/p5-Class-Field \ + p5-File-HomeDir>=0:${PORTSDIR}/devel/p5-File-HomeDir \ + p5-Template-Toolkit-Simple>=0:${PORTSDIR}/www/p5-Template-Toolkit-Simple RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |