diff options
author | tron <tron> | 2001-08-27 14:35:04 +0000 |
---|---|---|
committer | tron <tron> | 2001-08-27 14:35:04 +0000 |
commit | e9a15cf60cb0df818817d9787d8349256ab361f3 (patch) | |
tree | 7c17d7303ac7c9f39a4bf93764bc326af20f142a /math | |
parent | 3e0c737ffbdf90692697bede4bd1970d4ddea32e (diff) | |
download | pkgsrc-e9a15cf60cb0df818817d9787d8349256ab361f3.tar.gz |
Use wildcard dependence on "autoconf" package.
Diffstat (limited to 'math')
-rw-r--r-- | math/R/Makefile | 4 | ||||
-rw-r--r-- | math/pspp/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/math/R/Makefile b/math/R/Makefile index ffd9e7e6eb6..9c31f4863c0 100644 --- a/math/R/Makefile +++ b/math/R/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2001/08/13 10:25:03 agc Exp $ +# $NetBSD: Makefile,v 1.27 2001/08/27 14:35:10 tron Exp $ DISTNAME= R-1.3.0 CATEGORIES= math @@ -19,7 +19,7 @@ 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 +BUILD_DEPENDS+= autoconf>=2.13:../../devel/autoconf USE_BUILDLINK_ONLY= # defined USE_X11= # defined diff --git a/math/pspp/Makefile b/math/pspp/Makefile index c5004325109..150c273cf68 100644 --- a/math/pspp/Makefile +++ b/math/pspp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2001/06/11 06:34:43 jlam Exp $ +# $NetBSD: Makefile,v 1.18 2001/08/27 14:35:11 tron Exp $ # DISTNAME= pspp-0.3.0 @@ -16,7 +16,7 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.gnu.org/software/pspp/ COMMENT= Program for statistical analysis of sampled data -BUILD_DEPENDS+= autoconf-2.13:../../devel/autoconf +BUILD_DEPENDS+= autoconf>=2.13:../../devel/autoconf BUILD_USES_MSGFMT= yes GNU_CONFIGURE= yes |