diff options
Diffstat (limited to 'math')
-rw-r--r-- | math/R-mapproj/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/R-mapproj/Makefile b/math/R-mapproj/Makefile index 5acde505253..6504e76c202 100644 --- a/math/R-mapproj/Makefile +++ b/math/R-mapproj/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2013/08/31 08:43:23 joerg Exp $ +# $NetBSD: Makefile,v 1.8 2013/08/31 14:51:27 joerg Exp $ CATEGORIES= math MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/} @@ -11,7 +11,7 @@ LICENSE= lucent R_PKGNAME= mapproj R_PKGVER= 1.2-1 -DEPENDS+= R-maps>=2.2.5:../../math/R-maps +DEPENDS+= R-maps>=2.3.0:../../math/R-maps .include "../../math/R/Makefile.extension" .include "../../mk/bsd.pkg.mk" |