diff options
author | Ade Lovett <ade@FreeBSD.org> | 2006-02-23 10:40:44 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2006-02-23 10:40:44 +0000 |
commit | 8503536d3896846d823f7f76be54e0a99da8d8b6 (patch) | |
tree | 1a89e4038216ead71b008f2a5091474964e1c341 /textproc/liblrdf | |
parent | c20d04e3929dbe1763fc1dfaaa677c2353cd7883 (diff) |
Notes
Diffstat (limited to 'textproc/liblrdf')
-rw-r--r-- | textproc/liblrdf/Makefile | 3 | ||||
-rw-r--r-- | textproc/liblrdf/pkg-plist | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/textproc/liblrdf/Makefile b/textproc/liblrdf/Makefile index 7d36debd3606..f2f0015d7f5e 100644 --- a/textproc/liblrdf/Makefile +++ b/textproc/liblrdf/Makefile @@ -6,6 +6,7 @@ PORTNAME= liblrdf PORTVERSION= 0.4.0 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= lrdf @@ -17,7 +18,7 @@ BUILD_DEPENDS= ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa LIB_DEPENDS= raptor.2:${PORTSDIR}/textproc/raptor USE_GNOME= gnomehack gnometarget -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" INSTALLS_SHLIB= yes diff --git a/textproc/liblrdf/pkg-plist b/textproc/liblrdf/pkg-plist index a8f6a2e42c24..0d9c53e8cebe 100644 --- a/textproc/liblrdf/pkg-plist +++ b/textproc/liblrdf/pkg-plist @@ -1,6 +1,7 @@ include/lrdf.h include/lrdf_types.h lib/liblrdf.a +lib/liblrdf.la lib/liblrdf.so lib/liblrdf.so.2 libdata/pkgconfig/lrdf.pc |