mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket
This commit is contained in:
parent
55d532c9fd
commit
cceb30915e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=360114
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= libskk
|
||||
PORTVERSION= 1.0.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= japanese
|
||||
MASTER_SITES= https://bitbucket.org/libskk/libskk/downloads/
|
||||
|
||||
@ -16,7 +17,7 @@ BUILD_DEPENDS= valac:${PORTSDIR}/lang/vala \
|
||||
LIB_DEPENDS= libgee.so:${PORTSDIR}/devel/libgee06 \
|
||||
libjson-glib-1.0.so:${PORTSDIR}/devel/json-glib
|
||||
|
||||
USES= gmake pathfix pkgconfig
|
||||
USES= gmake libtool pathfix pkgconfig
|
||||
USE_GNOME= intltool introspection:build
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
@ -1,9 +1,9 @@
|
||||
bin/skk
|
||||
include/libskk/libskk.h
|
||||
lib/girepository-1.0/Skk-1.0.typelib
|
||||
lib/libskk.la
|
||||
lib/libskk.so
|
||||
lib/libskk.so.0
|
||||
lib/libskk.so.0.0.0
|
||||
libdata/pkgconfig/libskk.pc
|
||||
man/man1/skk.1.gz
|
||||
share/gir-1.0/Skk-1.0.gir
|
||||
|
Loading…
Reference in New Issue
Block a user