diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-07-25 13:07:40 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-07-25 13:07:40 +0000 |
commit | 87c7a464210b59df713e9cc988deba70db7329d4 (patch) | |
tree | b75fa401649d4901b556d695823ddd185bc6639d /devel/libdatrie | |
parent | ddfd2214d83ee50eba910277aababbc3d91af112 (diff) | |
download | ports-87c7a464210b59df713e9cc988deba70db7329d4.tar.gz ports-87c7a464210b59df713e9cc988deba70db7329d4.zip |
Notes
Diffstat (limited to 'devel/libdatrie')
-rw-r--r-- | devel/libdatrie/Makefile | 5 | ||||
-rw-r--r-- | devel/libdatrie/pkg-plist | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/devel/libdatrie/Makefile b/devel/libdatrie/Makefile index 8567d5118cd7..e63c628504cb 100644 --- a/devel/libdatrie/Makefile +++ b/devel/libdatrie/Makefile @@ -3,6 +3,7 @@ PORTNAME= libdatrie PORTVERSION= 0.2.8 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://linux.thai.net/pub/thailinux/software/libthai/ @@ -15,7 +16,7 @@ OPTIONS_DEFINE= DOCS GNU_CONFIGURE= yes USE_LDCONFIG= yes -USES= iconv pathfix tar:xz +USES= iconv libtool pathfix tar:xz CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB} @@ -23,6 +24,6 @@ LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB} PORTDOCS= README.migration post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libdatrie.so.4 + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libdatrie.so .include <bsd.port.mk> diff --git a/devel/libdatrie/pkg-plist b/devel/libdatrie/pkg-plist index 76c0db421850..7ad5e6ffd37d 100644 --- a/devel/libdatrie/pkg-plist +++ b/devel/libdatrie/pkg-plist @@ -5,8 +5,8 @@ include/datrie/trie.h include/datrie/triedefs.h include/datrie/typedefs.h lib/libdatrie.a -lib/libdatrie.la lib/libdatrie.so -lib/libdatrie.so.4 +lib/libdatrie.so.1 +lib/libdatrie.so.1.3.1 libdata/pkgconfig/datrie-0.2.pc @dirrm include/datrie |