diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-06-30 12:42:52 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-06-30 12:42:52 +0000 |
commit | c9b4f372f45de0fc56af0a64e1f851a1e22a9279 (patch) | |
tree | 7f80c1c66cbf0347e6332598f6c4b63f7fff070a /textproc/p5-Vroom | |
parent | 657447da66b38ad1fbbfe5d9829ede801ebd2923 (diff) | |
download | ports-c9b4f372f45de0fc56af0a64e1f851a1e22a9279.tar.gz ports-c9b4f372f45de0fc56af0a64e1f851a1e22a9279.zip |
Notes
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 |