diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:08:37 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:08:37 +0000 |
commit | a9dcad2fffcc27906b85c5a15fdb3e50fdc1e2e2 (patch) | |
tree | 23607acdfffe977946d3c7bb877bab60e64640e7 /lang/whitespace | |
parent | 4e1b79a0a61f4973df8b4b0864d22086c769e219 (diff) |
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.
With hat: portmgr
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=412347
Diffstat (limited to 'lang/whitespace')
-rw-r--r-- | lang/whitespace/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/whitespace/Makefile b/lang/whitespace/Makefile index ee18c1ea3136..ad5e22c23dbb 100644 --- a/lang/whitespace/Makefile +++ b/lang/whitespace/Makefile @@ -13,9 +13,9 @@ COMMENT= Interpreter for the Whitespace programming language LICENSE= GPLv2 -BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc -LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp \ - libffi.so.6:${PORTSDIR}/devel/libffi +BUILD_DEPENDS= ghc:lang/ghc +LIB_DEPENDS= libgmp.so:math/gmp \ + libffi.so.6:devel/libffi USES= perl5 gmake tar:tgz USE_PERL5= build |