diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-06-05 11:46:48 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-06-05 11:46:48 +0000 |
commit | 13c40c380327ca1b3267c7b95ca3fde12e433313 (patch) | |
tree | 8ca42e58d2965bafa4c044c03ea72590225d4093 /games/p5-Games-Bingo-Print | |
parent | 8001f3c6c6e82e0552dfaba8d32c81360e4b0af5 (diff) | |
download | ports-13c40c380327ca1b3267c7b95ca3fde12e433313.tar.gz ports-13c40c380327ca1b3267c7b95ca3fde12e433313.zip |
Notes
Diffstat (limited to 'games/p5-Games-Bingo-Print')
-rw-r--r-- | games/p5-Games-Bingo-Print/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/games/p5-Games-Bingo-Print/Makefile b/games/p5-Games-Bingo-Print/Makefile index be5ea64a06bb..8cd4dcb4be14 100644 --- a/games/p5-Games-Bingo-Print/Makefile +++ b/games/p5-Games-Bingo-Print/Makefile @@ -15,12 +15,12 @@ PKGNAMEPREFIX= p5- MAINTAINER= lth@FreeBSD.org COMMENT= Games::Bingo::Print - PDF Generation Class -BUILD_DEPENDS= ${SITE_PERL}/Games/Bingo.pm:${PORTSDIR}/games/p5-Games-Bingo \ - ${SITE_PERL}/PDFLib.pm:${PORTSDIR}/print/p5-PDFLib \ - ${SITE_PERL}/TAP/Harness.pm:${PORTSDIR}/devel/p5-Test-Harness \ - ${SITE_PERL}/Test/Pod.pm:${PORTSDIR}/devel/p5-Test-Pod \ - ${SITE_PERL}/Test/Perl/Critic.pm:${PORTSDIR}/textproc/p5-Test-Perl-Critic \ - ${SITE_PERL}/Test/Pod/Coverage.pm:${PORTSDIR}/devel/p5-Test-Pod-Coverage +BUILD_DEPENDS= p5-Games-Bingo>=0:${PORTSDIR}/games/p5-Games-Bingo \ + p5-PDFLib>=0:${PORTSDIR}/print/p5-PDFLib \ + p5-Test-Harness>=0:${PORTSDIR}/devel/p5-Test-Harness \ + p5-Test-Pod>=0:${PORTSDIR}/devel/p5-Test-Pod \ + p5-Test-Perl-Critic>=0:${PORTSDIR}/textproc/p5-Test-Perl-Critic \ + p5-Test-Pod-Coverage>=0:${PORTSDIR}/devel/p5-Test-Pod-Coverage RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |