diff options
author | lawrance <lawrance@FreeBSD.org> | 2005-08-30 21:31:17 +0800 |
---|---|---|
committer | lawrance <lawrance@FreeBSD.org> | 2005-08-30 21:31:17 +0800 |
commit | e22d2000e8aa76e7ad691eb0f37a36c2323aa154 (patch) | |
tree | 740381f97e05c449cc282fcb54337848c972ee59 /textproc | |
parent | 3621e7b10399049532f682b11a8bade0910e70cb (diff) | |
download | freebsd-ports-gnome-e22d2000e8aa76e7ad691eb0f37a36c2323aa154.tar.gz freebsd-ports-gnome-e22d2000e8aa76e7ad691eb0f37a36c2323aa154.tar.zst freebsd-ports-gnome-e22d2000e8aa76e7ad691eb0f37a36c2323aa154.zip |
Install libtool archives, needed for redland-bindings.
Bump PORTREVISION.
PR: ports/84254
Submitted by: Charles Swiger <chuck@pkix.net> (maintainer)
Diffstat (limited to 'textproc')
-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 | 2 |
4 files changed, 10 insertions, 2 deletions
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 |