diff options
author | joerg <joerg> | 2013-08-31 14:51:27 +0000 |
---|---|---|
committer | joerg <joerg> | 2013-08-31 14:51:27 +0000 |
commit | ebf0df57752e392e51b4d5e804f9e96929063f8f (patch) | |
tree | 3c6335e45ad5e230588dc48fc2852f52ee538601 | |
parent | 6c0946c2a58cc294417add32943ef0ee47351219 (diff) | |
download | pkgsrc-ebf0df57752e392e51b4d5e804f9e96929063f8f.tar.gz |
Bump dependency as needed.
-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" |