aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2013-12-11 23:09:13 +0800
committermat <mat@FreeBSD.org>2013-12-11 23:09:13 +0800
commitb9ea4d79916c1d5bdfce1e491d5dd0b356264f9a (patch)
tree63a0f47eda10e47339042459d8dd290674f81b09
parent377fb7130aeaf5fc51604deb82b38e3aa7b60bfc (diff)
downloadfreebsd-ports-gnome-b9ea4d79916c1d5bdfce1e491d5dd0b356264f9a.tar.gz
freebsd-ports-gnome-b9ea4d79916c1d5bdfce1e491d5dd0b356264f9a.tar.zst
freebsd-ports-gnome-b9ea4d79916c1d5bdfce1e491d5dd0b356264f9a.zip
Remove Qt from the dependencies, it uses a bundled up version.[1]
While there, convert to USES, and use new LIB_DEPENDS format. maintainer timeout[1] PR: ports/184294 [1] Submitted by: Benjamin Lee [1]
-rw-r--r--lang/phantomjs/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/lang/phantomjs/Makefile b/lang/phantomjs/Makefile
index 8f9852e6d918..3fb71452e581 100644
--- a/lang/phantomjs/Makefile
+++ b/lang/phantomjs/Makefile
@@ -2,6 +2,7 @@
PORTNAME= phantomjs
PORTVERSION= 1.9.2
+PORTREVISION= 1
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
DISTNAME= ${PORTNAME}-${PORTVERSION}-source
@@ -12,12 +13,12 @@ COMMENT= Minimalistic, headless, WebKit-based, JavaScript-driven tool
LICENSE= BSD
BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash
+LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 \
+ libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig
PROJECTHOST= phantomjs
+USES= gmake dos2unix
USE_ZIP= YES
-USE_GMAKE= YES
-USE_DOS2UNIX= YES
-USE_QT4= moc qmake gui webkit rcc
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
do-build: