diff options
author | wiz <wiz@pkgsrc.org> | 2010-01-22 13:39:51 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2010-01-22 13:39:51 +0000 |
commit | 1f8a828a4b7e49ab571624cf47400a7b9b5231ac (patch) | |
tree | d4147a8922e66e720482fabf70cf29af1d02964a /textproc/soprano | |
parent | 36a9490bd6db12aedba8e1ac8e52d65b24bb833e (diff) | |
download | pkgsrc-1f8a828a4b7e49ab571624cf47400a7b9b5231ac.tar.gz |
Add pkg-config to tools, rasqal-config needs it since last update.
Diffstat (limited to 'textproc/soprano')
-rw-r--r-- | textproc/soprano/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/soprano/Makefile b/textproc/soprano/Makefile index d775de7d9ac..5a1278f9cdd 100644 --- a/textproc/soprano/Makefile +++ b/textproc/soprano/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2010/01/20 10:40:50 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2010/01/22 13:39:51 wiz Exp $ DISTNAME= soprano-2.3.0 PKGREVISION= 5 @@ -15,6 +15,7 @@ PKG_DESTDIR_SUPPORT= user-destdir USE_LANGUAGES= c c++ USE_CMAKE= yes +USE_TOOLS+= pkg-config CMAKE_ARGS+= -DSOPRANO_DISABLE_SESAME2_BACKEND:BOOL=ON |