diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-07-03 08:07:33 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-07-03 08:07:33 +0800 |
commit | 8ba3b5799cc17b8be02011a264b1688b3006dd29 (patch) | |
tree | 5f8f9c97eb3de75eecb239f3260f4657862f6385 /comms | |
parent | 607adf6e24846ee65ce259cb55f83a63e19bc02f (diff) | |
download | freebsd-ports-gnome-8ba3b5799cc17b8be02011a264b1688b3006dd29.tar.gz freebsd-ports-gnome-8ba3b5799cc17b8be02011a264b1688b3006dd29.tar.zst freebsd-ports-gnome-8ba3b5799cc17b8be02011a264b1688b3006dd29.zip |
- Switch to USES=libtool, drop .la files
- Convert USE_BZIP2 to USES
Approved by: portmgr blanket
Diffstat (limited to 'comms')
-rw-r--r-- | comms/libticables2/Makefile | 5 | ||||
-rw-r--r-- | comms/libticables2/pkg-plist | 2 |
2 files changed, 3 insertions, 4 deletions
diff --git a/comms/libticables2/Makefile b/comms/libticables2/Makefile index d0f6e0c8d656..2609da20f548 100644 --- a/comms/libticables2/Makefile +++ b/comms/libticables2/Makefile @@ -2,7 +2,7 @@ PORTNAME= libticables2 PORTVERSION= 1.3.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= comms MASTER_SITES= SF/tilp/tilp2-linux/tilp2-1.17 @@ -11,10 +11,9 @@ COMMENT= TI calculator link cables library LICENSE= GPLv2 -USE_BZIP2= yes USE_GNOME= glib20 USE_LDCONFIG= yes -USES= gmake pathfix pkgconfig +USES= gmake libtool pathfix pkgconfig tar:bzip2 OPTIONS_DEFINE= NLS OPTIONS_SUB= yes diff --git a/comms/libticables2/pkg-plist b/comms/libticables2/pkg-plist index 38761b916933..bbd563b5dced 100644 --- a/comms/libticables2/pkg-plist +++ b/comms/libticables2/pkg-plist @@ -2,9 +2,9 @@ include/tilp2/export1.h include/tilp2/stdints1.h include/tilp2/ticables.h include/tilp2/timeout.h -lib/libticables2.la lib/libticables2.so lib/libticables2.so.6 +lib/libticables2.so.6.0.0 libdata/pkgconfig/ticables2.pc %%NLS%%share/locale/fr/LC_MESSAGES/libticables2.mo @dirrmtry include/tilp2 |