aboutsummaryrefslogtreecommitdiff
path: root/textproc/uim/Makefile
diff options
context:
space:
mode:
authorMANTANI Nobutaka <nobutaka@FreeBSD.org>2008-05-11 13:09:45 +0000
committerMANTANI Nobutaka <nobutaka@FreeBSD.org>2008-05-11 13:09:45 +0000
commit02e53bdbc956933d89d2d0772ac8a26ab06ecf91 (patch)
tree6ae428036696509fdce2536a159b8f187d062040 /textproc/uim/Makefile
parent223a418f3df932bee4493fcc5aede48d8d822b24 (diff)
Notes
Diffstat (limited to 'textproc/uim/Makefile')
-rw-r--r--textproc/uim/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/textproc/uim/Makefile b/textproc/uim/Makefile
index bdd4f5e07956..66fe74ef40c7 100644
--- a/textproc/uim/Makefile
+++ b/textproc/uim/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= uim
-PORTVERSION= 1.4.2
+PORTVERSION= 1.5.0
CATEGORIES?= textproc
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
@@ -66,9 +66,9 @@ PLIST_SUB+= X11=""
CONFIGURE_ARGS+=--without-${_x}
.endif
.endfor
-.for _x in gnome kde
-.if ${CONFIGURE_ARGS:M--enable-${_x}-applet} == ""
-CONFIGURE_ARGS+=--disable-${_x}-applet
+.for _x in gnome-applet kde-applet emacs pref
+.if ${CONFIGURE_ARGS:M--enable-${_x}} == ""
+CONFIGURE_ARGS+=--disable-${_x}
.endif
.endfor