diff options
author | jlam <jlam> | 2004-11-13 21:28:27 +0000 |
---|---|---|
committer | jlam <jlam> | 2004-11-13 21:28:27 +0000 |
commit | e9bf73717c9dc742444f0d186094ff87c3799080 (patch) | |
tree | e15cac241c67e37e37b77e2f7a8a6e47a17df9ce /math/R | |
parent | 820630ac9379968b4b3a9b4034bb845c4cedcf2c (diff) | |
download | pkgsrc-e9bf73717c9dc742444f0d186094ff87c3799080.tar.gz |
USE_BUILDLINK3 is a yes/no variable.
Diffstat (limited to 'math/R')
-rw-r--r-- | math/R/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/R/Makefile b/math/R/Makefile index dc2f6d498b0..4fca3a8d2c7 100644 --- a/math/R/Makefile +++ b/math/R/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.57 2004/10/03 00:12:55 tv Exp $ +# $NetBSD: Makefile,v 1.58 2004/11/13 21:28:28 jlam Exp $ DISTNAME= R-1.9.1 PKGREVISION= 1 @@ -17,7 +17,7 @@ NOT_FOR_PLATFORM= NetBSD-1.[0-4]*-alpha NetBSD-1.5-alpha \ PKG_INSTALLATION_TYPES= overwrite pkgviews TEST_TARGET= check -USE_BUILDLINK3= # defined +USE_BUILDLINK3= yes USE_X11= # defined USE_PERL5= # defined USE_GNU_TOOLS+= make |