summaryrefslogtreecommitdiff
path: root/lang/gauche/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lang/gauche/Makefile')
-rw-r--r--lang/gauche/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/lang/gauche/Makefile b/lang/gauche/Makefile
index 1533e16e8f4..0d165b81cf6 100644
--- a/lang/gauche/Makefile
+++ b/lang/gauche/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2002/09/10 16:06:44 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2002/10/02 08:25:13 minoura Exp $
#
-DISTNAME= Gauche-0.5.4
-PKGREVISION= 1
+DISTNAME= Gauche-0.6.3
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gauche/}
EXTRACT_SUFX= .tgz
@@ -30,7 +29,8 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-slib=${PREFIX}/share/slib
CONFIGURE_ARGS+= --with-iconv=${PREFIX} --with-iconv-lib=iconv
CONFIGURE_ENV+= AS="${CC} -x assembler-with-cpp -c"
-CFLAGS+= -I${LOCALBASE}/include
+
+INFO_FILES= gauche-refe.info gauche-refj.info
.include "../../mk/bsd.prefs.mk"
.if defined(GAUCHE_MULTIBYTE)
@@ -38,4 +38,5 @@ CONFIGURE_ARGS+= --enable-multibyte=${GAUCHE_MULTIBYTE}
.endif
.include "../../converters/libiconv/buildlink.mk"
+.include "../../mk/texinfo.mk"
.include "../../mk/bsd.pkg.mk"