diff options
author | kwm <kwm@FreeBSD.org> | 2014-02-19 04:33:12 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2014-02-19 04:33:12 +0800 |
commit | 8b21e56a272af056a331141c7873b070a748de70 (patch) | |
tree | 7310d314b64edf70bbe9514bf2601b7dbf477392 /japanese/im-ja | |
parent | bf043c97569c7168c72d8afccc7844008e59f4db (diff) | |
download | freebsd-ports-gnome-8b21e56a272af056a331141c7873b070a748de70.tar.gz freebsd-ports-gnome-8b21e56a272af056a331141c7873b070a748de70.tar.zst freebsd-ports-gnome-8b21e56a272af056a331141c7873b070a748de70.zip |
Remove gnomepanel option, old gnome-panel 2.x will go away.
Diffstat (limited to 'japanese/im-ja')
-rw-r--r-- | japanese/im-ja/Makefile | 12 | ||||
-rw-r--r-- | japanese/im-ja/pkg-plist | 3 |
2 files changed, 2 insertions, 13 deletions
diff --git a/japanese/im-ja/Makefile b/japanese/im-ja/Makefile index 8834e30da5b6..be1336f9a273 100644 --- a/japanese/im-ja/Makefile +++ b/japanese/im-ja/Makefile @@ -10,18 +10,18 @@ MASTER_SITES= http://im-ja.sourceforge.net/ MAINTAINER= ports@FreeBSD.org COMMENT= Japanese input module for GTK2 -OPTIONS_DEFINE= ANTHY CANNA WNN GNOMEPANEL +OPTIONS_DEFINE= ANTHY CANNA WNN OPTIONS_DEFAULT= ANTHY CANNA WNN ANTHY_DESC= Use Anthy CANNA_DESC= Use Canna WNN_DESC= Use FreeWnn -GNOMEPANEL_DESC= Build GNOME Panel Applet USES= gmake pathfix perl5 pkgconfig USE_GNOME= gconf2 gnomeprefix intlhack libglade2 USE_PERL5= build GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-schemas-install # Avoid stage violation +CONFIGURE_ARGS+= --disable-gnome GCONF_SCHEMAS= im-ja.schemas @@ -48,14 +48,6 @@ LIB_DEPENDS+= libwnn.so:${PORTSDIR}/japanese/FreeWnn-lib CONFIGURE_ARGS+= --disable-wnn .endif -.if ${PORT_OPTIONS:MGNOMEPANEL} -USE_GNOME+= gnomepanel -PLIST_SUB+= GNOMEPANEL="" -.else -CONFIGURE_ARGS+= --disable-gnome -PLIST_SUB+= GNOMEPANEL="@comment " -.endif - post-patch: ${FIND} ${WRKSRC} -name configure.in | ${XARGS} ${TOUCH} ${FIND} ${WRKSRC} -name aclocal.m4 | ${XARGS} ${TOUCH} diff --git a/japanese/im-ja/pkg-plist b/japanese/im-ja/pkg-plist index b98bbee4ad6f..cdde564dc1f8 100644 --- a/japanese/im-ja/pkg-plist +++ b/japanese/im-ja/pkg-plist @@ -2,14 +2,11 @@ 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 -%%GNOMEPANEL%%libdata/bonobo/servers/GNOME_ImJaApplet.server -%%GNOMEPANEL%%libexec/im-ja/im-ja-applet libexec/im-ja/im-ja-helper libexec/im-ja/kpengine man/man1/im-ja-conf.1.gz man/man1/im-ja-xim-server.1.gz share/applications/im-ja.desktop -%%GNOMEPANEL%%share/gnome-2.0/ui/GNOME_ImJaApplet.xml share/im-ja/01.unistrok share/im-ja/02.unistrok share/im-ja/03.unistrok |