diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-05-05 16:24:00 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-05-05 16:24:00 +0000 |
commit | f4f46a920e21b409b3f3b16873c6cef1eb4af378 (patch) | |
tree | 111c3e996440f35b3a05e66700954340c9919761 /textproc/soprano | |
parent | 4007e179a6cb2c28428cd709099b5c1ff6b65402 (diff) | |
download | ports-f4f46a920e21b409b3f3b16873c6cef1eb4af378.tar.gz ports-f4f46a920e21b409b3f3b16873c6cef1eb4af378.zip |
Notes
Diffstat (limited to 'textproc/soprano')
-rw-r--r-- | textproc/soprano/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/textproc/soprano/Makefile b/textproc/soprano/Makefile index f0aa13eda371..d9314d6d96b7 100644 --- a/textproc/soprano/Makefile +++ b/textproc/soprano/Makefile @@ -3,20 +3,20 @@ PORTNAME= soprano PORTVERSION= 2.9.4 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= SF/${PORTNAME}/Soprano/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= Qt/C++ RDF framework -LIB_DEPENDS= raptor2:${PORTSDIR}/textproc/raptor2 \ - rdf:${PORTSDIR}/textproc/redland \ - iodbc:${PORTSDIR}/databases/libiodbc +LIB_DEPENDS= libraptor2.so:${PORTSDIR}/textproc/raptor2 \ + librdf.so:${PORTSDIR}/textproc/redland \ + libiodbc.so:${PORTSDIR}/databases/libiodbc USE_QT4= corelib dbus network qtestlib_build xml \ qmake_build moc_build uic_build rcc_build -USE_BZIP2= yes -USES= cmake pkgconfig +USES= cmake pkgconfig tar:bzip2 CMAKE_ARGS+= -DSOPRANO_DISABLE_CLUCENE_INDEX=yes \ -DSOPRANO_DISABLE_SESAME2_BACKEND=yes USE_LDCONFIG= yes |