From e22d2000e8aa76e7ad691eb0f37a36c2323aa154 Mon Sep 17 00:00:00 2001 From: lawrance Date: Tue, 30 Aug 2005 13:31:17 +0000 Subject: Install libtool archives, needed for redland-bindings. Bump PORTREVISION. PR: ports/84254 Submitted by: Charles Swiger (maintainer) --- textproc/rasqal/Makefile | 4 +++- textproc/rasqal/pkg-plist | 2 ++ textproc/redland/Makefile | 4 +++- textproc/redland/pkg-plist | 2 ++ 4 files changed, 10 insertions(+), 2 deletions(-) (limited to 'textproc') diff --git a/textproc/rasqal/Makefile b/textproc/rasqal/Makefile index 356d2a0d0c35..9810cf87bc5e 100644 --- a/textproc/rasqal/Makefile +++ b/textproc/rasqal/Makefile @@ -8,6 +8,7 @@ PORTNAME= redland PORTVERSION= 1.0.2 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://librdf.org/dist/source/ @@ -38,7 +39,8 @@ USE_GNOME= gnomehack gnometarget lthack pkgconfig USE_OPENSSL= yes USE_GETOPT_LONG= yes USE_GMAKE= yes -USE_LIBTOOL_VER= 15 +USE_INC_LIBTOOL_VER=15 +LIBTOOLFLAGS= --enable-ltlibs LIBTOOLFILES= configure rasqal/configure CPPFLAGS= -I${LOCALBASE}/include/db${WITH_BDB_VER} -I${LOCALBASE}/include diff --git a/textproc/rasqal/pkg-plist b/textproc/rasqal/pkg-plist index 807a36b4ec9e..e7427c58ef4a 100644 --- a/textproc/rasqal/pkg-plist +++ b/textproc/rasqal/pkg-plist @@ -23,9 +23,11 @@ include/rdf_uri.h include/rdf_utf8.h include/redland.h lib/librasqal.a +lib/librasqal.la lib/librasqal.so lib/librasqal.so.0 lib/librdf.a +lib/librdf.la lib/librdf.so lib/librdf.so.0 libdata/pkgconfig/rasqal.pc diff --git a/textproc/redland/Makefile b/textproc/redland/Makefile index 356d2a0d0c35..9810cf87bc5e 100644 --- a/textproc/redland/Makefile +++ b/textproc/redland/Makefile @@ -8,6 +8,7 @@ PORTNAME= redland PORTVERSION= 1.0.2 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://librdf.org/dist/source/ @@ -38,7 +39,8 @@ USE_GNOME= gnomehack gnometarget lthack pkgconfig USE_OPENSSL= yes USE_GETOPT_LONG= yes USE_GMAKE= yes -USE_LIBTOOL_VER= 15 +USE_INC_LIBTOOL_VER=15 +LIBTOOLFLAGS= --enable-ltlibs LIBTOOLFILES= configure rasqal/configure CPPFLAGS= -I${LOCALBASE}/include/db${WITH_BDB_VER} -I${LOCALBASE}/include diff --git a/textproc/redland/pkg-plist b/textproc/redland/pkg-plist index 807a36b4ec9e..e7427c58ef4a 100644 --- a/textproc/redland/pkg-plist +++ b/textproc/redland/pkg-plist @@ -23,9 +23,11 @@ include/rdf_uri.h include/rdf_utf8.h include/redland.h lib/librasqal.a +lib/librasqal.la lib/librasqal.so lib/librasqal.so.0 lib/librdf.a +lib/librdf.la lib/librdf.so lib/librdf.so.0 libdata/pkgconfig/rasqal.pc -- cgit