diff options
author | makc <makc@FreeBSD.org> | 2013-03-27 23:09:38 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2013-03-27 23:09:38 +0800 |
commit | 865f0fcea481a36311700b9c86be8561fe7656fa (patch) | |
tree | cac734aad892a64ea59f649ab9196fb137b7ef0e /www | |
parent | 3dfa0acf31752801740076122b52d3c3c80eb33b (diff) | |
download | freebsd-ports-gnome-865f0fcea481a36311700b9c86be8561fe7656fa.tar.gz freebsd-ports-gnome-865f0fcea481a36311700b9c86be8561fe7656fa.tar.zst freebsd-ports-gnome-865f0fcea481a36311700b9c86be8561fe7656fa.zip |
Enable Nepomuk support now, when we have KDE 4.10
Diffstat (limited to 'www')
-rw-r--r-- | www/rekonq/Makefile | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/www/rekonq/Makefile b/www/rekonq/Makefile index a88fbc638eb7..b3c522e0088e 100644 --- a/www/rekonq/Makefile +++ b/www/rekonq/Makefile @@ -2,6 +2,7 @@ PORTNAME= rekonq PORTVERSION= 2.2.1 +PORTREVISION= 1 CATEGORIES= www kde MASTER_SITES= SF/${PORTNAME}/${PORTVERSION:C,\..*,.0,}/ @@ -15,11 +16,10 @@ USE_QT4= script webkit \ moc_build qmake_build rcc_build uic_build MAKE_JOBS_SAFE= yes -# KDE SC 4.10 is required for Nepomuk support -CMAKE_ARGS+= -DWITH_NepomukCore=off - -OPTIONS_DEFINE= OPERA +OPTIONS_DEFINE= OPERA NUPOMUK +OPTIONS_DEFAULT= NUPOMUK OPERA_DESC= Support for Opera Sync service +NUPOMUK_DESC= Bookmarks tagging via Nepomuk .include <bsd.port.options.mk> @@ -28,6 +28,12 @@ post-patch: 's,FIND_PACKAGE(NepomukCore,MACRO_OPTIONAL_FIND_PACKAGE(NepomukCore,' \ ${WRKSRC}/CMakeLists.txt +.if ${PORT_OPTIONS:MNUPOMUK} +USE_KDE4+= nepomuk-core +.else +CMAKE_ARGS+= -DWITH_NepomukCore=off +.endif + .if ${PORT_OPTIONS:MOPERA} LIB_DEPENDS+= qca.2:${PORTSDIR}/devel/qca \ qoauth.1:${PORTSDIR}/net/qoauth |