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/xmlpp | |
parent | c20d04e3929dbe1763fc1dfaaa677c2353cd7883 (diff) | |
download | ports-8503536d3896846d823f7f76be54e0a99da8d8b6.tar.gz ports-8503536d3896846d823f7f76be54e0a99da8d8b6.zip |
Notes
Diffstat (limited to 'textproc/xmlpp')
-rw-r--r-- | textproc/xmlpp/Makefile | 4 | ||||
-rw-r--r-- | textproc/xmlpp/pkg-plist | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/textproc/xmlpp/Makefile b/textproc/xmlpp/Makefile index ae0a18590748..524a917f995f 100644 --- a/textproc/xmlpp/Makefile +++ b/textproc/xmlpp/Makefile @@ -8,7 +8,7 @@ PORTNAME= xmlpp PORTVERSION= 0.7a -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc MASTER_SITES= http://0xff.at/download/gpl/ @@ -18,7 +18,7 @@ COMMENT= XML Parser and Validator USE_REINPLACE= yes FETCH_CMD= /usr/bin/fetch USE_GMAKE= yes -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes pre-patch: @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \ diff --git a/textproc/xmlpp/pkg-plist b/textproc/xmlpp/pkg-plist index b7f7fc4edf74..1fc6b23d8919 100644 --- a/textproc/xmlpp/pkg-plist +++ b/textproc/xmlpp/pkg-plist @@ -5,6 +5,7 @@ include/xmlparser.h include/xmlpp.h include/xmltokenizer.h lib/libxmlpp.a +lib/libxmlpp.la lib/libxmlpp.so lib/libxmlpp.so.0 share/aclocal/libxmlpp.m4 |