diff options
author | agc <agc> | 2001-08-13 10:25:03 +0000 |
---|---|---|
committer | agc <agc> | 2001-08-13 10:25:03 +0000 |
commit | 5cd461d87edacd0ae87f076850e1e9c6bd6ef6c7 (patch) | |
tree | 11cc784515770ce664f37cc2556363f95ee4eaa3 /math | |
parent | 114b5df998e3daff79b263aee7d64c6ba5309358 (diff) | |
download | pkgsrc-5cd461d87edacd0ae87f076850e1e9c6bd6ef6c7.tar.gz |
Add back COMMENT definition which got lost.
Diffstat (limited to 'math')
-rw-r--r-- | math/R/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/R/Makefile b/math/R/Makefile index 2b14e855a24..ffd9e7e6eb6 100644 --- a/math/R/Makefile +++ b/math/R/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2001/07/23 13:14:44 jlam Exp $ +# $NetBSD: Makefile,v 1.26 2001/08/13 10:25:03 agc Exp $ DISTNAME= R-1.3.0 CATEGORIES= math @@ -17,6 +17,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= jlam@netbsd.org HOMEPAGE= http://www.R-project.org/ +COMMENT= Statistical language for data analysis and graphics BUILD_DEPENDS+= autoconf-2.13:../../devel/autoconf |