diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:00:51 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:00:51 +0000 |
commit | 4e1b79a0a61f4973df8b4b0864d22086c769e219 (patch) | |
tree | 78ceaf1b099c56a40c240ab46278cdf4ae9e7c01 /games/p5-Games-Bingo-Print | |
parent | 7f4572eae4327c4403d9ef714cb6de917650662a (diff) |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=412346
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 47b37affefba..3ab7fd16ed99 100644 --- a/games/p5-Games-Bingo-Print/Makefile +++ b/games/p5-Games-Bingo-Print/Makefile @@ -13,13 +13,13 @@ COMMENT= Games::Bingo::Print - PDF Generation Class LICENSE= ART10 -BUILD_DEPENDS= p5-Games-Bingo>=0:${PORTSDIR}/games/p5-Games-Bingo \ - p5-PDFLib>=0:${PORTSDIR}/print/p5-PDFLib +BUILD_DEPENDS= p5-Games-Bingo>=0:games/p5-Games-Bingo \ + p5-PDFLib>=0:print/p5-PDFLib RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= 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 +TEST_DEPENDS= p5-Test-Harness>=0:devel/p5-Test-Harness \ + p5-Test-Pod>=0:devel/p5-Test-Pod \ + p5-Test-Perl-Critic>=0:textproc/p5-Test-Perl-Critic \ + p5-Test-Pod-Coverage>=0:devel/p5-Test-Pod-Coverage NO_ARCH= yes USES= perl5 |