diff options
author | rillig <rillig> | 2005-09-28 20:52:18 +0000 |
---|---|---|
committer | rillig <rillig> | 2005-09-28 20:52:18 +0000 |
commit | 497cdd7125f8abe86eec13bb709ecc6625e715f0 (patch) | |
tree | 49fa5aa9585554801243dca9aced094d40285ba0 /math | |
parent | 78122d314edeb82e3047dae09d03b73df8b70852 (diff) | |
download | pkgsrc-497cdd7125f8abe86eec13bb709ecc6625e715f0.tar.gz |
Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE,
NO_BUILD, USE_LIBTOOL.
Diffstat (limited to 'math')
-rw-r--r-- | math/R/Makefile | 6 | ||||
-rw-r--r-- | math/ntl/Makefile | 4 | ||||
-rw-r--r-- | math/xlispstat/Makefile | 6 |
3 files changed, 8 insertions, 8 deletions
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 diff --git a/math/ntl/Makefile b/math/ntl/Makefile index 82528f94024..6704d04a647 100644 --- a/math/ntl/Makefile +++ b/math/ntl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2005/04/11 21:46:30 tv Exp $ +# $NetBSD: Makefile,v 1.18 2005/09/28 20:52:24 rillig Exp $ DISTNAME= ntl-5.3.1 PKGREVISION= 1 @@ -10,7 +10,7 @@ HOMEPAGE= http://www.shoup.net/ntl/ COMMENT= C++ library for doing number theory WRKSRC= ${WRKDIR}/${DISTNAME}/src -NO_CONFIGURE= # defined +NO_CONFIGURE= yes USE_LIBTOOL= yes MAKEFILE= makefile diff --git a/math/xlispstat/Makefile b/math/xlispstat/Makefile index 13d98990a92..9755cfdbdfe 100644 --- a/math/xlispstat/Makefile +++ b/math/xlispstat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2005/06/01 18:03:04 jlam Exp $ +# $NetBSD: Makefile,v 1.18 2005/09/28 20:52:24 rillig Exp $ DISTNAME= xlispstat-3-52-18 PKGNAME= xlispstat-3.52.18 @@ -10,8 +10,8 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.stat.umn.edu/~luke/xls/xlsinfo/xlsinfo.html COMMENT= Statistics/X11-based LISP interpreter -GNU_CONFIGURE= # defined -USE_X11BASE= # defined +GNU_CONFIGURE= yes +USE_X11BASE= yes NOT_FOR_PLATFORM= *-*-alpha # core dumps |