diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-06-20 18:45:45 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-06-20 18:45:45 +0800 |
commit | bc6bbe5b41f6c9787b2a1a191988b9934559d4f1 (patch) | |
tree | 2a5613db12aabfdd6a46f364d4a8566bf8a3acd7 /textproc/expat2 | |
parent | d9a90f13894507f65a947b5e4024c7d2eb36e5a7 (diff) | |
download | freebsd-ports-gnome-bc6bbe5b41f6c9787b2a1a191988b9934559d4f1.tar.gz freebsd-ports-gnome-bc6bbe5b41f6c9787b2a1a191988b9934559d4f1.tar.zst freebsd-ports-gnome-bc6bbe5b41f6c9787b2a1a191988b9934559d4f1.zip |
- Switch to USES=libtool
Approved by: portmgr blanket
Diffstat (limited to 'textproc/expat2')
-rw-r--r-- | textproc/expat2/Makefile | 3 | ||||
-rw-r--r-- | textproc/expat2/pkg-plist | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/textproc/expat2/Makefile b/textproc/expat2/Makefile index 0b0b051e6f32..70432612cb20 100644 --- a/textproc/expat2/Makefile +++ b/textproc/expat2/Makefile @@ -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. diff --git a/textproc/expat2/pkg-plist b/textproc/expat2/pkg-plist index 4a4ece433bea..cc3f187c4cb0 100644 --- a/textproc/expat2/pkg-plist +++ b/textproc/expat2/pkg-plist @@ -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 |