- Switch to USES=libtool, drop .la files
- Use new LIB_DEPENDS syntax Approved by: portmgr blanket
This commit is contained in:
parent
4190878fb5
commit
32b294af8d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=360422
2 changed files with 3 additions and 5 deletions
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= imhangul
|
||||
PORTVERSION= ${GTKVER}.1.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= korean
|
||||
MASTER_SITES= GOOGLE_CODE
|
||||
|
||||
|
@ -11,11 +12,10 @@ COMMENT= GTK+ Hangul input module
|
|||
|
||||
LICENSE= GPLv2
|
||||
|
||||
LIB_DEPENDS= hangul:${PORTSDIR}/korean/libhangul
|
||||
LIB_DEPENDS= libhangul.so:${PORTSDIR}/korean/libhangul
|
||||
|
||||
USE_AUTOTOOLS= libtool
|
||||
GNU_CONFIGURE= yes
|
||||
USES= gmake pkgconfig tar:bzip2
|
||||
USES= gmake libtool pkgconfig tar:bzip2
|
||||
|
||||
OPTIONS_DEFINE= GTK3 NLS
|
||||
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
lib/gtk-%%GTKVER%%/immodules/im-hangul.a
|
||||
lib/gtk-%%GTKVER%%/immodules/im-hangul.la
|
||||
lib/gtk-%%GTKVER%%/immodules/im-hangul.so
|
||||
%%GTK2%%%%NLS%%share/locale/ko/LC_MESSAGES/im-hangul.mo
|
||||
%%GTK2%%@exec %D/bin/gtk-query-immodules-2.0 --update-cache
|
||||
|
|
Loading…
Reference in a new issue