diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-09-22 08:06:38 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-09-22 08:06:38 +0000 |
commit | c9396a78f758664f44aa3d601d25c18c74372c10 (patch) | |
tree | 1bda82d91ce9abd34444fac930ea62e4bf800b9e | |
parent | be643f0aafcd7f1ea7e49b0f71885a2d99d7eeb4 (diff) |
Catch up with Wnn6-lib update.
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=32981
-rw-r--r-- | japanese/esecanna-module-wnn6/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/japanese/esecanna-module-wnn6/Makefile b/japanese/esecanna-module-wnn6/Makefile index 378346fae121..fae36701f6e9 100644 --- a/japanese/esecanna-module-wnn6/Makefile +++ b/japanese/esecanna-module-wnn6/Makefile @@ -7,6 +7,7 @@ PORTNAME= esecanna-module-wnn6 PORTVERSION= 1.0.0 +PORTREVISION= 1 CATEGORIES= japanese MASTER_SITES= http://esecanna.netfort.gr.jp/ \ ${MASTER_SITE_LOCAL} @@ -20,7 +21,7 @@ RUN_DEPENDS= ${LOCALBASE}/sbin/esecannaserver:${PORTSDIR}/japanese/esecanna USE_AUTOCONF= yes USE_GMAKE= yes -CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${PREFIX}/include" \ +CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${PREFIX}/include/wnn6" \ LDFLAGS="${LDFLAGS} -L${PREFIX}/lib" DIST_SUBDIR= esecanna |