1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

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]
This commit is contained in:
Mathieu Arnold 2013-12-11 15:09:13 +00:00
parent db5c7e9c09
commit 61471fa197
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=336175

View File

@ -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: