diff options
author | jlam <jlam@pkgsrc.org> | 2001-06-21 02:36:01 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-06-21 02:36:01 +0000 |
commit | fdf98bef870eac7fffcc50681548db4614507ad9 (patch) | |
tree | 2a132da46e9166ba802372914316399cc4dd9777 | |
parent | 3a6cae9537e0dfd339b53d27e415938befa851c4 (diff) | |
download | pkgsrc-fdf98bef870eac7fffcc50681548db4614507ad9.tar.gz |
Mark as USE_BUILDLINK_ONLY and remove unnecessary config.cache entry to
prevent detection of ncurses.
-rw-r--r-- | lang/guile/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/guile/Makefile b/lang/guile/Makefile index d644d166723..6a111b5b07e 100644 --- a/lang/guile/Makefile +++ b/lang/guile/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2001/06/11 02:05:11 jlam Exp $ +# $NetBSD: Makefile,v 1.24 2001/06/21 02:36:01 jlam Exp $ # FreeBSD Id: Makefile,v 1.12 1997/11/22 16:01:32 jseger Exp # @@ -10,8 +10,8 @@ MAINTAINER= perry@piermont.com HOMEPAGE= http://www.gnu.org/software/guile/guile.html COMMENT= GNU's Ubiquitous Intelligent Language for Extension +USE_BUILDLINK_ONLY= # defined GNU_CONFIGURE= # defined -CONFIGURE_ENV+= ac_cv_lib_ncurses_tgoto=no USE_LIBTOOL= # defined LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig |