diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2015-09-06 09:17:38 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2015-09-06 09:17:38 +0000 |
commit | b37f6ceaa384798f176c75e202d6270b07f2f608 (patch) | |
tree | d587672e80057960a213954bf59f128954406741 /lang | |
parent | 2b910ad5c30b542b06b26a4bf01e646f3d270a29 (diff) | |
download | ports-b37f6ceaa384798f176c75e202d6270b07f2f608.tar.gz ports-b37f6ceaa384798f176c75e202d6270b07f2f608.zip |
Notes
Diffstat (limited to 'lang')
-rw-r--r-- | lang/phantomjs/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/phantomjs/Makefile b/lang/phantomjs/Makefile index 7b99186937aa..89f8122b883e 100644 --- a/lang/phantomjs/Makefile +++ b/lang/phantomjs/Makefile @@ -16,11 +16,10 @@ BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash \ LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 \ libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig \ libicui18n.so:${PORTSDIR}/devel/icu \ - libjpeg.so:${PORTSDIR}/graphics/jpeg \ libpng.so:${PORTSDIR}/graphics/png PROJECTHOST= phantomjs -USES= bison:build compiler gmake perl5 pkgconfig python:build zip +USES= bison:build compiler gmake jpeg perl5 pkgconfig python:build zip USE_PERL5= build USE_RUBY= yes RUBY_NO_RUN_DEPENDS= yes |