diff options
author | markd <markd@pkgsrc.org> | 2009-11-10 20:11:44 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2009-11-10 20:11:44 +0000 |
commit | 3525f73ca0322352dbd1dcd8feb6e704c94f6761 (patch) | |
tree | e027f5932dfdc8c824c63164b320dd98bc32037c /textproc/soprano | |
parent | b657c30d9692d527d953b19186827f3d476821e6 (diff) | |
download | pkgsrc-3525f73ca0322352dbd1dcd8feb6e704c94f6761.tar.gz |
Explicitly disable sesame2 backend so that doesn't try to build if
cmake happens to find a java on the system.
Diffstat (limited to 'textproc/soprano')
-rw-r--r-- | textproc/soprano/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/soprano/Makefile b/textproc/soprano/Makefile index 2f485f22305..5c7967a09d5 100644 --- a/textproc/soprano/Makefile +++ b/textproc/soprano/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2009/08/26 19:56:51 sno Exp $ +# $NetBSD: Makefile,v 1.8 2009/11/10 20:11:44 markd Exp $ DISTNAME= soprano-2.3.0 PKGREVISION= 2 @@ -16,6 +16,8 @@ PKG_DESTDIR_SUPPORT= user-destdir USE_LANGUAGES= c c++ USE_CMAKE= yes +CMAKE_ARGS+= -DSOPRANO_DISABLE_SESAME2_BACKEND:BOOL=ON + PKGCONFIG_OVERRIDE+= soprano.pc.cmake pre-configure: |