aboutsummaryrefslogtreecommitdiff
path: root/devel/grantlee/Makefile
diff options
context:
space:
mode:
authorRaphael Kubo da Costa <rakuco@FreeBSD.org>2011-10-24 20:06:54 +0000
committerRaphael Kubo da Costa <rakuco@FreeBSD.org>2011-10-24 20:06:54 +0000
commit19be2fb832af248c44a01930571cda2b728468e6 (patch)
tree280434f5c3d7bf54b87f1fe5470a2777a0da38ce /devel/grantlee/Makefile
parentbf2212a1dc8979f1ec888d4c3f9145b2744a4975 (diff)
downloadports-19be2fb832af248c44a01930571cda2b728468e6.tar.gz
ports-19be2fb832af248c44a01930571cda2b728468e6.zip
Notes
Diffstat (limited to 'devel/grantlee/Makefile')
-rw-r--r--devel/grantlee/Makefile14
1 files changed, 6 insertions, 8 deletions
diff --git a/devel/grantlee/Makefile b/devel/grantlee/Makefile
index baf574bb0bfb..4f31f7b5c2f7 100644
--- a/devel/grantlee/Makefile
+++ b/devel/grantlee/Makefile
@@ -5,13 +5,10 @@
# $FreeBSD$
PORTNAME= grantlee
-DISTVERSION= 0.2.0-rc1
-CATEGORIES= net-im
-MASTER_SITES= GOOGLE_CODE
-
+DISTVERSION= 0.2.0-rc2
CATEGORIES= devel
-MASTER_SITES= http://www.loegria.net/${PORTNAME}/ \
- http://downloads.${PORTNAME}.org/
+MASTER_SITES= http://downloads.${PORTNAME}.org/ \
+ http://www.loegria.net/${PORTNAME}/
MAINTAINER= kde@FreeBSD.org
COMMENT= String template engine for Qt4
@@ -21,8 +18,9 @@ LICENSE_FILE= ${WRKSRC}/COPYING.LIB
USE_CMAKE= yes
USE_QT_VER= 4
-QT_COMPONENTS= corelib gui network webkit sql phonon \
- qmake_build moc_build rcc_build uic_build
+USE_LDCONFIG= yes
+QT_COMPONENTS= corelib gui script \
+ qmake_build moc_build rcc_build uic_build qtestlib_build
CMAKE_ARGS+= -DBUILD_TESTS:BOOL=FALSE
CMAKE_OUTSOURCE= yes
MAKE_JOBS_UNSAFE= yes