diff options
author | tijl <tijl@FreeBSD.org> | 2014-04-25 09:48:12 +0000 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-04-25 09:48:12 +0000 |
commit | 6d4f7107deaf99cfc34895078340eb975097e8b4 (patch) | |
tree | 6ea06ac8f8198c660dc66ba0b7093635725b0b16 | |
parent | 3cba311c996dde2d5a5acbb3b2fd6203c0ffe1ae (diff) | |
download | FreeBSD-ports-6d4f7107deaf99cfc34895078340eb975097e8b4.zip FreeBSD-ports-6d4f7107deaf99cfc34895078340eb975097e8b4.tar.gz |
Convert to USES=libtool.
Approved by: kde (makc)
-rw-r--r-- | textproc/rasqal/Makefile | 4 | ||||
-rw-r--r-- | textproc/rasqal/pkg-plist | 2 | ||||
-rw-r--r-- | textproc/redland/Makefile | 4 | ||||
-rw-r--r-- | textproc/redland/pkg-plist | 6 |
4 files changed, 6 insertions, 10 deletions
diff --git a/textproc/rasqal/Makefile b/textproc/rasqal/Makefile index bccf422..02811ff 100644 --- a/textproc/rasqal/Makefile +++ b/textproc/rasqal/Makefile @@ -3,6 +3,7 @@ PORTNAME= rasqal PORTVERSION= 0.9.32 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= http://download.librdf.org/source/ \ SF/librdf/${PORTNAME}/${PORTVERSION} @@ -18,10 +19,9 @@ LICENSE_COMB= dual LIB_DEPENDS= libraptor2.so:${PORTSDIR}/textproc/raptor2 \ libpcre.so:${PORTSDIR}/devel/pcre -USE_GNOME= lthack +USES= gmake libtool pathfix perl5 pkgconfig USE_OPENSSL= yes USE_PERL5= build -USES= gmake pathfix pkgconfig perl5 GNU_CONFIGURE= yes USE_LDCONFIG= yes diff --git a/textproc/rasqal/pkg-plist b/textproc/rasqal/pkg-plist index e5ef080..09e4172 100644 --- a/textproc/rasqal/pkg-plist +++ b/textproc/rasqal/pkg-plist @@ -2,9 +2,9 @@ bin/rasqal-config bin/roqet include/rasqal/rasqal.h lib/librasqal.a -lib/librasqal.la lib/librasqal.so lib/librasqal.so.3 +lib/librasqal.so.3.0.0 libdata/pkgconfig/rasqal.pc man/man1/rasqal-config.1.gz man/man1/roqet.1.gz diff --git a/textproc/redland/Makefile b/textproc/redland/Makefile index 18622d0..50865ea 100644 --- a/textproc/redland/Makefile +++ b/textproc/redland/Makefile @@ -3,7 +3,7 @@ PORTNAME= redland PORTVERSION= 1.0.17 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc MASTER_SITES= http://download.librdf.org/source/ @@ -20,7 +20,7 @@ LIB_DEPENDS= libraptor2.so:${PORTSDIR}/textproc/raptor2 \ USE_AUTOTOOLS= libltdl USE_PERL5= build -USES= gmake pathfix perl5 pkgconfig shebangfix +USES= gmake libtool pathfix perl5 pkgconfig shebangfix SHEBANG_FILES= scripts/touch-mtime.pl GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-threestore=no diff --git a/textproc/redland/pkg-plist b/textproc/redland/pkg-plist index 2ad10ea..8c32ba6 100644 --- a/textproc/redland/pkg-plist +++ b/textproc/redland/pkg-plist @@ -23,20 +23,16 @@ include/rdf_uri.h include/rdf_utf8.h include/redland.h lib/librdf.a -lib/librdf.la lib/librdf.so lib/librdf.so.0 +lib/librdf.so.0.0.0 %%MYSQL%%lib/redland/librdf_storage_mysql.a -%%MYSQL%%lib/redland/librdf_storage_mysql.la %%MYSQL%%lib/redland/librdf_storage_mysql.so %%PGSQL%%lib/redland/librdf_storage_postgresql.a -%%PGSQL%%lib/redland/librdf_storage_postgresql.la %%PGSQL%%lib/redland/librdf_storage_postgresql.so %%SQLITE%%lib/redland/librdf_storage_sqlite.a -%%SQLITE%%lib/redland/librdf_storage_sqlite.la %%SQLITE%%lib/redland/librdf_storage_sqlite.so %%VIRTUOSO%%lib/redland/librdf_storage_virtuoso.a -%%VIRTUOSO%%lib/redland/librdf_storage_virtuoso.la %%VIRTUOSO%%lib/redland/librdf_storage_virtuoso.so libdata/pkgconfig/redland.pc man/man1/rdfproc.1.gz |