diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-06-20 10:45:45 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-06-20 10:45:45 +0000 |
commit | 309f4d24a34739c9fc6bca1d4a2b092f90cf4865 (patch) | |
tree | 2a5613db12aabfdd6a46f364d4a8566bf8a3acd7 | |
parent | 4291c97b9e78d584441c2817e3be6caa3de57f8a (diff) |
Notes
-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 |