aboutsummaryrefslogtreecommitdiff
path: root/textproc/expat2
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2005-04-24 09:37:32 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2005-04-24 09:37:32 +0000
commitc8a9f84f5635207873dcb178c6d65ec7c8c43e65 (patch)
tree9626e24300a1e4e2361a44c76afc260cb180caa7 /textproc/expat2
parentdd65a14afade2a8845077bb742e1ca8e5bdcb104 (diff)
downloadports-c8a9f84f5635207873dcb178c6d65ec7c8c43e65.tar.gz
ports-c8a9f84f5635207873dcb178c6d65ec7c8c43e65.zip
Use libtool-1.5 (with required plist fix).
PR: ports/78291 Submitted by: delphij
Notes
Notes: svn path=/head/; revision=134042
Diffstat (limited to 'textproc/expat2')
-rw-r--r--textproc/expat2/Makefile3
-rw-r--r--textproc/expat2/pkg-plist1
2 files changed, 3 insertions, 1 deletions
diff --git a/textproc/expat2/Makefile b/textproc/expat2/Makefile
index 7edbc1fd2569..37a45c4f7662 100644
--- a/textproc/expat2/Makefile
+++ b/textproc/expat2/Makefile
@@ -7,6 +7,7 @@
PORTNAME= expat
PORTVERSION= 1.95.8
+PORTREVISION= 1
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= expat
@@ -14,7 +15,7 @@ MASTER_SITE_SUBDIR= expat
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= XML 1.0 parser written in C
-USE_INC_LIBTOOL_VER=13
+USE_INC_LIBTOOL_VER=15
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
ALL_TARGET= default
INSTALLS_SHLIB= yes
diff --git a/textproc/expat2/pkg-plist b/textproc/expat2/pkg-plist
index 098e651e8f58..765003325fa6 100644
--- a/textproc/expat2/pkg-plist
+++ b/textproc/expat2/pkg-plist
@@ -2,5 +2,6 @@ bin/xmlwf
include/expat.h
include/expat_external.h
lib/libexpat.a
+lib/libexpat.la
lib/libexpat.so
lib/libexpat.so.%%SHLIB_MAJOR%%