aboutsummaryrefslogtreecommitdiff
path: root/textproc/uim/Makefile
diff options
context:
space:
mode:
authorMANTANI Nobutaka <nobutaka@FreeBSD.org>2006-06-12 17:45:54 +0000
committerMANTANI Nobutaka <nobutaka@FreeBSD.org>2006-06-12 17:45:54 +0000
commit89abb4bc3d764f8612073e05cb0e5d16433e3786 (patch)
tree5cba7e6e3ce1e5d3018f7c59ea6d2df416458343 /textproc/uim/Makefile
parent831af5fc466c737116b030a1b4f31213c126137a (diff)
downloadports-89abb4bc3d764f8612073e05cb0e5d16433e3786.tar.gz
ports-89abb4bc3d764f8612073e05cb0e5d16433e3786.zip
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 79a10d0b60ef..90a1f9c919df 100644
--- a/textproc/uim/Makefile
+++ b/textproc/uim/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= uim
-PORTVERSION= 1.0.1
-PORTREVISION= 3
+PORTVERSION= 1.1.0
CATEGORIES?= textproc
MASTER_SITES= http://uim.freedesktop.org/releases/
@@ -19,6 +18,7 @@ INSTALLS_SHLIB= yes
WANT_GNOME= yes
USE_GNOME+= gnometarget glib20
USE_GMAKE= yes
+USE_AUTOTOOLS= libtool:15
USE_ICONV= yes
GNU_CONFIGURE= yes
.if !defined(UIM_SLAVE)
@@ -42,7 +42,7 @@ PLIST_SUB= DOCSDIR_JA="${DOCSDIR_JA:S,^${PREFIX}/,,}"
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
-EXTRA_PATCHES= ${PATCHDIR}/extra-patch-uim_editline.c
+EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-uim_editline.c
.endif
.if ${PERL_LEVEL} >= 500600
@@ -52,7 +52,7 @@ BUILD_DEPENDS+= ${LOCALBASE}/bin/perl:${PORTSDIR}/lang/perl5
CONFIGURE_ENV+= INTLTOOL_PERL="${LOCALBASE}/bin/perl"
.endif
-.for _x in gtk2 qt gnome2 anthy canna m17nlib prime scim
+.for _x in gtk2 qt gnome2 anthy canna m17nlib prime scim dict
.if ${CONFIGURE_ARGS:M--with-${_x}} == ""
CONFIGURE_ARGS+=--without-${_x}
.endif