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/parrot | |
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/parrot')
-rw-r--r-- | lang/parrot/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lang/parrot/Makefile b/lang/parrot/Makefile index 9efcc4969486..2909e207da49 100644 --- a/lang/parrot/Makefile +++ b/lang/parrot/Makefile @@ -12,11 +12,11 @@ COMMENT= Parrot - virtual machine for dynamic languages LICENSE= ART20 -BUILD_DEPENDS= ${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex \ - gm4:${PORTSDIR}/devel/m4 \ - pcre-config:${PORTSDIR}/devel/pcre -LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp \ - libicudata.so:${PORTSDIR}/devel/icu +BUILD_DEPENDS= ${LOCALBASE}/bin/flex:textproc/flex \ + gm4:devel/m4 \ + pcre-config:devel/pcre +LIB_DEPENDS= libgmp.so:math/gmp \ + libicudata.so:devel/icu OPTIONS_DEFINE= DOCS |