svn commit: r396204 - head/lang/phantomjs

Antoine Brodin antoine at FreeBSD.org
Sun Sep 6 09:17:39 UTC 2015


Author: antoine
Date: Sun Sep  6 09:17:38 2015
New Revision: 396204
URL: https://svnweb.freebsd.org/changeset/ports/396204

Log:
  Convert to USES=jpeg

Modified:
  head/lang/phantomjs/Makefile

Modified: head/lang/phantomjs/Makefile
==============================================================================
--- head/lang/phantomjs/Makefile	Sun Sep  6 09:05:17 2015	(r396203)
+++ head/lang/phantomjs/Makefile	Sun Sep  6 09:17:38 2015	(r396204)
@@ -16,11 +16,10 @@ BUILD_DEPENDS=	bash:${PORTSDIR}/shells/b
 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


More information about the svn-ports-all mailing list