diff options
author | Sam Lawrance <lawrance@FreeBSD.org> | 2005-08-30 13:31:17 +0000 |
---|---|---|
committer | Sam Lawrance <lawrance@FreeBSD.org> | 2005-08-30 13:31:17 +0000 |
commit | 9d647135b94dfd2e5075435957f0d904f22173b9 (patch) | |
tree | 71a5dbd16f063024c8c9aed7a2e53f07a4dea433 /textproc | |
parent | f0e7d1a667c6da6d100edbd7fc7365519f76f25a (diff) | |
download | ports-9d647135b94dfd2e5075435957f0d904f22173b9.tar.gz ports-9d647135b94dfd2e5075435957f0d904f22173b9.zip |
Install libtool archives, needed for redland-bindings.
Bump PORTREVISION.
PR: ports/84254
Submitted by: Charles Swiger <chuck@pkix.net> (maintainer)
Notes
Notes:
svn path=/head/; revision=141446
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 |