diff options
author | antoine <antoine@FreeBSD.org> | 2015-09-06 17:17:38 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2015-09-06 17:17:38 +0800 |
commit | 6b3bbce3196f76ae308bfff69597a54364deb455 (patch) | |
tree | d587672e80057960a213954bf59f128954406741 /lang | |
parent | 1a156db5671700e523ee50c6b235354d11c04469 (diff) | |
download | freebsd-ports-gnome-6b3bbce3196f76ae308bfff69597a54364deb455.tar.gz freebsd-ports-gnome-6b3bbce3196f76ae308bfff69597a54364deb455.tar.zst freebsd-ports-gnome-6b3bbce3196f76ae308bfff69597a54364deb455.zip |
Convert to USES=jpeg
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 |