diff options
author | itojun <itojun> | 2002-08-20 16:35:22 +0000 |
---|---|---|
committer | itojun <itojun> | 2002-08-20 16:35:22 +0000 |
commit | 2509e08ea683aac2bdd78c8d01e4384ee695745c (patch) | |
tree | 32db912b8b9503c6c89cf37589283c41278ad384 | |
parent | 3eadc3c27598386abbb02e0032fa1b0306b6d3d6 (diff) | |
download | pkgsrc-2509e08ea683aac2bdd78c8d01e4384ee695745c.tar.gz |
must use gmake
-rw-r--r-- | lang/chicken/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/chicken/Makefile b/lang/chicken/Makefile index dd7157ae3b9..db0d864d35b 100644 --- a/lang/chicken/Makefile +++ b/lang/chicken/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/08/20 14:53:18 agc Exp $ +# $NetBSD: Makefile,v 1.2 2002/08/20 16:35:22 itojun Exp $ # DISTNAME= chicken-0.1072 @@ -11,6 +11,7 @@ COMMENT= scheme to C compiler, handling R5RS GNU_CONFIGURE= yes USE_LIBTOOL= yes +USE_GMAKE= yes LIBTOOL_OVERRIDE= ${WRKSRC}/libtool .include "../../mk/bsd.pkg.mk" |