diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-07-03 08:07:49 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-07-03 08:07:49 +0800 |
commit | c5aa4109dc56bc322f0fd292825f678395e9d8df (patch) | |
tree | 3babc8764e98abbe9ae64a7a4b058274ef07795a /converters | |
parent | 8ba3b5799cc17b8be02011a264b1688b3006dd29 (diff) | |
download | freebsd-ports-gnome-c5aa4109dc56bc322f0fd292825f678395e9d8df.tar.gz freebsd-ports-gnome-c5aa4109dc56bc322f0fd292825f678395e9d8df.tar.zst freebsd-ports-gnome-c5aa4109dc56bc322f0fd292825f678395e9d8df.zip |
- Switch to USES=libtool, drop .la files
- Convert USE_BZIP2 to USES
Approved by: portmgr blanket
Diffstat (limited to 'converters')
-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 |