mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket
This commit is contained in:
parent
af22eaee6e
commit
24412bf7df
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=362756
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= scim-bridge
|
||||
PORTVERSION= 0.4.16
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= SF/scim/${PORTNAME}/${PORTVERSION}
|
||||
PKGNAMESUFFIX= -qt4
|
||||
@ -20,7 +20,7 @@ RUN_DEPENDS= scim-bridge:${PORTSDIR}/textproc/scim-bridge
|
||||
|
||||
USE_QT4= corelib gui moc_build
|
||||
QT_NONSTANDARD= yes
|
||||
USES= gettext gmake pkgconfig
|
||||
USES= gettext gmake libtool pkgconfig
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
CPPFLAGS+= -I${LOCALBASE}/include -D__STDC_ISO_10646__
|
||||
|
@ -1,5 +1,4 @@
|
||||
lib/qt4/plugins/inputmethods/im-scim-bridge.a
|
||||
lib/qt4/plugins/inputmethods/im-scim-bridge.la
|
||||
lib/qt4/plugins/inputmethods/im-scim-bridge.so
|
||||
@dirrmtry lib/qt4/plugins/inputmethods
|
||||
@dirrmtry lib/qt4/plugins
|
||||
|
Loading…
Reference in New Issue
Block a user