diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:33:55 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:33:55 +0000 |
commit | 72ea7e696b763bdbcef04fdbccc122c0364fa567 (patch) | |
tree | 38b741bb92caf8470d126310c77168cb30040476 /www/p5-Dancer-Template-Xslate/Makefile | |
parent | 5e102732a601b54d1dc9e887dc050777bf920349 (diff) |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=412351
Diffstat (limited to 'www/p5-Dancer-Template-Xslate/Makefile')
-rw-r--r-- | www/p5-Dancer-Template-Xslate/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/p5-Dancer-Template-Xslate/Makefile b/www/p5-Dancer-Template-Xslate/Makefile index 039806676785..07d2e86a1804 100644 --- a/www/p5-Dancer-Template-Xslate/Makefile +++ b/www/p5-Dancer-Template-Xslate/Makefile @@ -15,8 +15,8 @@ COMMENT= Text::Xslate wrapper for Dancer LICENSE= ART10 GPLv1 LICENSE_COMB= dual -RUN_DEPENDS= p5-Dancer>0:${PORTSDIR}/www/p5-Dancer \ - p5-Text-Xslate>0:${PORTSDIR}/textproc/p5-Text-Xslate +RUN_DEPENDS= p5-Dancer>0:www/p5-Dancer \ + p5-Text-Xslate>0:textproc/p5-Text-Xslate BUILD_DEPENDS:= ${RUN_DEPENDS} USES= perl5 |