- Switch to USES=libtool, drop .la files
- Fix whitespace
This commit is contained in:
parent
00433bf391
commit
d4b4531249
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=362749
2 changed files with 6 additions and 7 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= im-ja
|
||||
PORTVERSION= 1.5
|
||||
PORTREVISION= 10
|
||||
PORTREVISION= 11
|
||||
CATEGORIES= japanese x11-toolkits
|
||||
MASTER_SITES= http://im-ja.sourceforge.net/
|
||||
|
||||
|
@ -11,12 +11,12 @@ MAINTAINER= ports@FreeBSD.org
|
|||
COMMENT= Japanese input module for GTK2
|
||||
|
||||
OPTIONS_DEFINE= ANTHY CANNA WNN
|
||||
OPTIONS_DEFAULT= ANTHY CANNA WNN
|
||||
ANTHY_DESC= Use Anthy
|
||||
CANNA_DESC= Use Canna
|
||||
WNN_DESC= Use FreeWnn
|
||||
OPTIONS_DEFAULT=ANTHY CANNA WNN
|
||||
ANTHY_DESC= Use Anthy
|
||||
CANNA_DESC= Use Canna
|
||||
WNN_DESC= Use FreeWnn
|
||||
|
||||
USES= gmake pathfix perl5 pkgconfig
|
||||
USES= gmake libtool pathfix perl5 pkgconfig
|
||||
USE_GNOME= gconf2 gnomeprefix intlhack libglade2
|
||||
USE_PERL5= build
|
||||
GNU_CONFIGURE= yes
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
bin/im-ja-conf
|
||||
bin/im-ja-xim-server
|
||||
lib/gtk-2.0/%%GTK2_VERSION%%/immodules/im-ja.la
|
||||
lib/gtk-2.0/%%GTK2_VERSION%%/immodules/im-ja.so
|
||||
libexec/im-ja/im-ja-helper
|
||||
libexec/im-ja/kpengine
|
||||
|
|
Loading…
Reference in a new issue