mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Switch to USES=libtool
Approved by: portmgr blanket
This commit is contained in:
parent
4291c97b9e
commit
309f4d24a3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=358550
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= expat
|
||||
PORTVERSION= 2.1.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= SF
|
||||
|
||||
@ -11,7 +12,7 @@ COMMENT= XML 1.0 parser written in C
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
ALL_TARGET= default
|
||||
USES= pathfix
|
||||
USES= pathfix libtool:keepla
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
# Increment only when there are incompatible API changes.
|
||||
|
@ -5,5 +5,6 @@ lib/libexpat.a
|
||||
lib/libexpat.la
|
||||
lib/libexpat.so
|
||||
lib/libexpat.so.%%SHLIB_MAJOR%%
|
||||
lib/libexpat.so.%%SHLIB_MAJOR%%.0.0
|
||||
libdata/pkgconfig/expat.pc
|
||||
man/man1/xmlwf.1.gz
|
||||
|
Loading…
Reference in New Issue
Block a user