summaryrefslogtreecommitdiffstats
path: root/japanese/emacs20-emcws/Makefile
diff options
context:
space:
mode:
authorshige <shige@FreeBSD.org>2002-04-10 16:29:21 +0000
committershige <shige@FreeBSD.org>2002-04-10 16:29:21 +0000
commit9ff33916bf9e2a6eb508f7624e858c89384f3cd3 (patch)
tree2d974f6c350fe5a3f14052bc9b369b6495c0cbbe /japanese/emacs20-emcws/Makefile
parent980e18935243ea849ab03a97b393126d4935cace (diff)
downloadFreeBSD-ports-9ff33916bf9e2a6eb508f7624e858c89384f3cd3.zip
FreeBSD-ports-9ff33916bf9e2a6eb508f7624e858c89384f3cd3.tar.gz
Fix wnn option.
Don't build info (this package does not need info). Submitted by: NAKAJI Hiroyuki <nakaji@tutrp.tut.ac.jp> Obtained from: http://home.jp.freebsd.org/cgi-bin/showmail/ports-jp/12612
Diffstat (limited to 'japanese/emacs20-emcws/Makefile')
-rw-r--r--japanese/emacs20-emcws/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/japanese/emacs20-emcws/Makefile b/japanese/emacs20-emcws/Makefile
index dda0da1..a18087c 100644
--- a/japanese/emacs20-emcws/Makefile
+++ b/japanese/emacs20-emcws/Makefile
@@ -46,14 +46,14 @@ CONFIGURE_ARGS= --with-x=no --with-pop
.endif
.if defined(USE_WNN6)
.if (${USE_WNN6} == "yes" || ${USE_WNN6} == "YES")
-CONFIGURE_ARGS+=--with-wnn6 --with-wnn-includes=${LOCALBASE}/include/wnn6/wnn \
+CONFIGURE_ARGS+=--with-wnn --with-wnn-includes=${LOCALBASE}/include/wnn6/wnn \
--with-wnn-libraries=${LOCALBASE}/lib/libwnn6.so
LIB_DEPENDS+= wnn6.1:${PORTSDIR}/japanese/Wnn6-lib
.endif
.endif
.if defined(USE_FREEWNN)
.if (${USE_FREEWNN} == "yes" || ${USE_FREEWNN} == "YES")
-CONFIGURE_ARGS+=--with-wnn4 --with-wnn-includes=${LOCALBASE}/include/wnn \
+CONFIGURE_ARGS+=--with-wnn --with-wnn-includes=${LOCALBASE}/include/wnn \
--with-wnn-libraries=${LOCALBASE}/lib/libwnn.so
LIB_DEPENDS+= wnn.0:${PORTSDIR}/japanese/FreeWnn-lib
.endif
OpenPOWER on IntegriCloud