diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:16:16 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:16:16 +0000 |
commit | 8d6597e0bb9591c40fc6d0c6e2159fca51178d56 (patch) | |
tree | d3548a0f08ca434f11cb4415a93d98037409413b /misc/p5-Array-Diff | |
parent | a9dcad2fffcc27906b85c5a15fdb3e50fdc1e2e2 (diff) |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=412348
Diffstat (limited to 'misc/p5-Array-Diff')
-rw-r--r-- | misc/p5-Array-Diff/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/p5-Array-Diff/Makefile b/misc/p5-Array-Diff/Makefile index 3e023cb77c82..8449929bb9c8 100644 --- a/misc/p5-Array-Diff/Makefile +++ b/misc/p5-Array-Diff/Makefile @@ -14,8 +14,8 @@ COMMENT= Diff two arrays LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Algorithm-Diff>=1.19:${PORTSDIR}/devel/p5-Algorithm-Diff \ - p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor +BUILD_DEPENDS= p5-Algorithm-Diff>=1.19:devel/p5-Algorithm-Diff \ + p5-Class-Accessor>=0:devel/p5-Class-Accessor RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 |