summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2016-01-17 15:16:30 +0000
committerjoerg <joerg@pkgsrc.org>2016-01-17 15:16:30 +0000
commit1632cc129491ea2d469e3b4777ac7927b83c256a (patch)
tree4405a710d210ea0a17fcfe237a312bd9237ae4db /math
parent7461fc9281ec6078dd877e5be2ed98fa32c21a96 (diff)
downloadpkgsrc-1632cc129491ea2d469e3b4777ac7927b83c256a.tar.gz
Needs GNU make.
Diffstat (limited to 'math')
-rw-r--r--math/R-maps/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/math/R-maps/Makefile b/math/R-maps/Makefile
index 94013eea191..b633108e20e 100644
--- a/math/R-maps/Makefile
+++ b/math/R-maps/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2015/05/31 12:04:11 wen Exp $
+# $NetBSD: Makefile,v 1.9 2016/01/17 15:16:30 joerg Exp $
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
@@ -11,5 +11,7 @@ LICENSE= gnu-gpl-v2
R_PKGNAME= maps
R_PKGVER= 2.3-9
+USE_TOOLS+= gmake
+
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"