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/libparsifal | |
parent | c20d04e3929dbe1763fc1dfaaa677c2353cd7883 (diff) | |
download | ports-8503536d3896846d823f7f76be54e0a99da8d8b6.tar.gz ports-8503536d3896846d823f7f76be54e0a99da8d8b6.zip |
Conversion to a single libtool environment.
Approved by: portmgr (kris)
Notes
Notes:
svn path=/head/; revision=156749
Diffstat (limited to 'textproc/libparsifal')
-rw-r--r-- | textproc/libparsifal/Makefile | 3 | ||||
-rw-r--r-- | textproc/libparsifal/pkg-plist | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/textproc/libparsifal/Makefile b/textproc/libparsifal/Makefile index 9bb77ef675e9..097bb940fd3b 100644 --- a/textproc/libparsifal/Makefile +++ b/textproc/libparsifal/Makefile @@ -8,6 +8,7 @@ PORTNAME= libparsifal PORTVERSION= 1.0.0 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= http://www.saunalahti.fi/~samiuus/toni/xmlproc/ @@ -16,7 +17,7 @@ COMMENT= Lightweight XML Parser USE_ICONV= yes USE_REINPLACE= yes -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/textproc/libparsifal/pkg-plist b/textproc/libparsifal/pkg-plist index 61b81a160faf..374a7238120f 100644 --- a/textproc/libparsifal/pkg-plist +++ b/textproc/libparsifal/pkg-plist @@ -10,6 +10,7 @@ include/libparsifal/xmlsbuf.h include/libparsifal/xmlvect.h lib/libparsifal-%%VERSION%%.so lib/libparsifal.a +lib/libparsifal.la lib/libparsifal.so %%PORTDOCS%%%%DOCSDIR%%/conformance.html %%PORTDOCS%%%%DOCSDIR%%/csrchtml/canonxml_c.html |