summaryrefslogtreecommitdiff
path: root/www/rekonq
diff options
context:
space:
mode:
authormarkd <markd>2014-11-30 03:23:39 +0000
committermarkd <markd>2014-11-30 03:23:39 +0000
commita4784458fab99463862b8e0170ec322f16563472 (patch)
treeaf8aba47a33db2d9c0a97db021acb1e5c0a5e527 /www/rekonq
parentac4f84e387e46dcbbdb287c6473b7d9f9e034225 (diff)
downloadpkgsrc-a4784458fab99463862b8e0170ec322f16563472.tar.gz
Explicitly disable Soprano and Nepomuk.
Diffstat (limited to 'www/rekonq')
-rw-r--r--www/rekonq/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/www/rekonq/Makefile b/www/rekonq/Makefile
index 5c14d28797f..935f1228216 100644
--- a/www/rekonq/Makefile
+++ b/www/rekonq/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2014/11/16 05:22:16 markd Exp $
+# $NetBSD: Makefile,v 1.2 2014/11/30 03:23:39 markd Exp $
DISTNAME= rekonq-2.4.2
CATEGORIES= www kde
@@ -15,6 +15,9 @@ BUILD_DEPENDS+= automoc4>=0.9.87:../../devel/automoc4
USE_TOOLS+= msgfmt
USE_LANGUAGES= c c++
+CMAKE_ARGS+= -DCMAKE_DISABLE_FIND_PACKAGE_Soprano=TRUE
+CMAKE_ARGS+= -DCMAKE_DISABLE_FIND_PACKAGE_NepomukCore=TRUE
+
.include "../../meta-pkgs/kde4/kde4.mk"
.include "../../security/qca2/buildlink3.mk"
.include "../../security/qoauth/buildlink3.mk"