diff options
author | markd <markd@pkgsrc.org> | 2014-11-30 03:23:39 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2014-11-30 03:23:39 +0000 |
commit | faf0e57204589109e96ca5d20adc4f4f06bd3167 (patch) | |
tree | af8aba47a33db2d9c0a97db021acb1e5c0a5e527 /www/rekonq | |
parent | e23b0733a2f357fb426bda5ba61ee7d798e6cc78 (diff) | |
download | pkgsrc-faf0e57204589109e96ca5d20adc4f4f06bd3167.tar.gz |
Explicitly disable Soprano and Nepomuk.
Diffstat (limited to 'www/rekonq')
-rw-r--r-- | www/rekonq/Makefile | 5 |
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" |