diff options
author | markd <markd> | 2009-11-10 20:11:44 +0000 |
---|---|---|
committer | markd <markd> | 2009-11-10 20:11:44 +0000 |
commit | d31a9b22f7299d1c7d66c9cc1960955b12d97cc3 (patch) | |
tree | e027f5932dfdc8c824c63164b320dd98bc32037c /textproc/soprano | |
parent | 02b79fedd822bb43af696c8e2aa76be1ed0873f9 (diff) | |
download | pkgsrc-d31a9b22f7299d1c7d66c9cc1960955b12d97cc3.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: |