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 /devel/p5-String-Diff | |
parent | Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c. (diff) |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
Diffstat (limited to 'devel/p5-String-Diff')
-rw-r--r-- | devel/p5-String-Diff/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/p5-String-Diff/Makefile b/devel/p5-String-Diff/Makefile index 4678c084fbd5..23df862e977e 100644 --- a/devel/p5-String-Diff/Makefile +++ b/devel/p5-String-Diff/Makefile @@ -13,10 +13,10 @@ COMMENT= Simple diff to String LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Algorithm-Diff>=0:${PORTSDIR}/devel/p5-Algorithm-Diff +BUILD_DEPENDS= p5-Algorithm-Diff>=0:devel/p5-Algorithm-Diff RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-Test-Base>=0:${PORTSDIR}/devel/p5-Test-Base \ - p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML +TEST_DEPENDS= p5-Test-Base>=0:devel/p5-Test-Base \ + p5-YAML>=0:textproc/p5-YAML USES= perl5 USE_PERL5= modbuildtiny |