diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-07-03 00:07:49 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-07-03 00:07:49 +0000 |
commit | eb5ae6116595d978d1257eea8f3fce97a75f6eaa (patch) | |
tree | 3babc8764e98abbe9ae64a7a4b058274ef07795a | |
parent | b39160afcd8e573d097ccdbdce4c653eab453539 (diff) |
Notes
-rw-r--r-- | converters/libticonv/Makefile | 5 | ||||
-rw-r--r-- | converters/libticonv/pkg-plist | 2 |
2 files changed, 3 insertions, 4 deletions
diff --git a/converters/libticonv/Makefile b/converters/libticonv/Makefile index 503a5ea0fc8a..c81eb53e8d22 100644 --- a/converters/libticonv/Makefile +++ b/converters/libticonv/Makefile @@ -2,7 +2,7 @@ PORTNAME= libticonv PORTVERSION= 1.1.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= converters MASTER_SITES= SF/tilp/tilp2-linux/tilp2-1.17 @@ -12,10 +12,9 @@ COMMENT= TI calculator character set library LICENSE= GPLv2 GNU_CONFIGURE= yes -USE_BZIP2= yes USE_GNOME= glib20 USE_LDCONFIG= yes -USES= gmake pathfix pkgconfig +USES= gmake libtool pathfix pkgconfig tar:bzip2 post-patch: @${REINPLACE_CMD} -e 's/Requires/&.private/' ${WRKSRC}/ticonv.pc.in diff --git a/converters/libticonv/pkg-plist b/converters/libticonv/pkg-plist index f99e99c47552..41ff4c10b594 100644 --- a/converters/libticonv/pkg-plist +++ b/converters/libticonv/pkg-plist @@ -2,8 +2,8 @@ include/tilp2/charset.h include/tilp2/export4.h include/tilp2/stdints4.h include/tilp2/ticonv.h -lib/libticonv.la lib/libticonv.so lib/libticonv.so.7 +lib/libticonv.so.7.0.4 libdata/pkgconfig/ticonv.pc @dirrmtry include/tilp2 |