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/phantomjs | |
parent | 4e1b79a0a61f4973df8b4b0864d22086c769e219 (diff) |
Notes
Diffstat (limited to 'lang/phantomjs')
-rw-r--r-- | lang/phantomjs/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/lang/phantomjs/Makefile b/lang/phantomjs/Makefile index f9a4d6c063ba..b9e9e20258a0 100644 --- a/lang/phantomjs/Makefile +++ b/lang/phantomjs/Makefile @@ -11,12 +11,12 @@ COMMENT= Minimalistic, headless, WebKit-based, JavaScript-driven tool LICENSE= BSD3CLAUSE -BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash \ - python:${PORTSDIR}/lang/python -LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 \ - libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig \ - libicui18n.so:${PORTSDIR}/devel/icu \ - libpng.so:${PORTSDIR}/graphics/png +BUILD_DEPENDS= bash:shells/bash \ + python:lang/python +LIB_DEPENDS= libfreetype.so:print/freetype2 \ + libfontconfig.so:x11-fonts/fontconfig \ + libicui18n.so:devel/icu \ + libpng.so:graphics/png PROJECTHOST= phantomjs USES= bison:build compiler gmake gperf jpeg perl5 pkgconfig python:build zip |