aboutsummaryrefslogtreecommitdiff
path: root/devel/m17n-lib/Makefile
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2010-06-10 18:39:51 +0000
committerXin LI <delphij@FreeBSD.org>2010-06-10 18:39:51 +0000
commite7c8779f2d2a9220acccd01cfbc4414ccf8e31c1 (patch)
tree84fe19981768a3f86bccfe0b1f6df59c2e8a512f /devel/m17n-lib/Makefile
parent759976db23015318f26e7d8fcb31fe3555378bb1 (diff)
downloadports-e7c8779f2d2a9220acccd01cfbc4414ccf8e31c1.tar.gz
ports-e7c8779f2d2a9220acccd01cfbc4414ccf8e31c1.zip
Notes
Diffstat (limited to 'devel/m17n-lib/Makefile')
-rw-r--r--devel/m17n-lib/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/m17n-lib/Makefile b/devel/m17n-lib/Makefile
index 6bb759a6abab..1cb7f34c3767 100644
--- a/devel/m17n-lib/Makefile
+++ b/devel/m17n-lib/Makefile
@@ -7,6 +7,7 @@
PORTNAME= m17n-lib
PORTVERSION= 1.6.1
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://www.m17n.org/m17n-lib-download/ \
http://anthesphoria.net/FreeBSD/ports/distfiles/
@@ -28,8 +29,6 @@ MAKE_JOBS_UNSAFE= yes
USE_XORG= ice sm x11 xaw xft xt
USE_GNOME= gnometarget libxml2 pkgconfig
USE_AUTOTOOLS= autoconf:262 libtool:22
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib -lintl"
USE_LDCONFIG= yes
OPTIONS= ANTHY "With Anthy support" off \
@@ -38,6 +37,8 @@ OPTIONS= ANTHY "With Anthy support" off \
.include <bsd.port.pre.mk>
+CONFIGURE_ARGS+= --disable-nls
+
.if defined(WITH_ANTHY)
LIB_DEPENDS+= anthy.1:${PORTSDIR}/japanese/anthy
.else