diff options
author | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2003-10-13 15:39:54 +0000 |
---|---|---|
committer | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2003-10-13 15:39:54 +0000 |
commit | 6da0e16f9841b95780ddbdf7ee035b80311bb94a (patch) | |
tree | 37a16509ca68ff8013998ce08669f94c7eb7d8d5 /japanese/uim/Makefile | |
parent | 0de66a209ad29565415d62adce7a335254c92ee6 (diff) |
Notes
Diffstat (limited to 'japanese/uim/Makefile')
-rw-r--r-- | japanese/uim/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/japanese/uim/Makefile b/japanese/uim/Makefile index 384041bfe036..79266c2c0371 100644 --- a/japanese/uim/Makefile +++ b/japanese/uim/Makefile @@ -6,9 +6,9 @@ # PORTNAME= uim -PORTVERSION= 0.0.2.1 +PORTVERSION= 0.1.1 CATEGORIES= japanese x11 -MASTER_SITES= http://downloads.sourceforge.jp/anthy/5771/ +MASTER_SITES= http://downloads.sourceforge.jp/anthy/6318/ MAINTAINER= nobutaka@FreeBSD.org COMMENT= Input method library @@ -36,8 +36,8 @@ PLIST_SUB+= GTK="" PLIST_SUB+= GTK="@comment " .endif -.if ${HAVE_GNOME:Mlibgnome} -USE_GNOME+= libgnome +.if ${HAVE_GNOME:Mgnomepanel} +USE_GNOME+= gnomepanel PLIST_SUB+= GNOME="" .else PLIST_SUB+= GNOME="@comment " |