From 497cdd7125f8abe86eec13bb709ecc6625e715f0 Mon Sep 17 00:00:00 2001 From: rillig Date: Wed, 28 Sep 2005 20:52:18 +0000 Subject: Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE, NO_BUILD, USE_LIBTOOL. --- math/R/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'math/R') diff --git a/math/R/Makefile b/math/R/Makefile index 9fa8d61aca3..03fb9a70d3e 100644 --- a/math/R/Makefile +++ b/math/R/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.73 2005/09/20 12:47:14 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.74 2005/09/28 20:52:24 rillig Exp $ DISTNAME= R-2.1.1 CATEGORIES= math @@ -18,10 +18,10 @@ TEST_TARGET= check USE_TOOLS+= gmake perl:run sed xmkmf USE_GNU_READLINE= # uses callback interface USE_LANGUAGES= c fortran -USE_MAKEINFO= # defined +USE_MAKEINFO= yes TEXINFO_REQD= 4.5 -GNU_CONFIGURE= # defined +GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-R-shlib CONFIGURE_ARGS+= --with-x CONFIGURE_ARGS+= --with-readline -- cgit v1.2.3