summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2006-07-23 16:59:22 +0000
committerrillig <rillig@pkgsrc.org>2006-07-23 16:59:22 +0000
commitfdb005a2f44de205cecd3ee1de200bdf4093534e (patch)
tree871180f2fe73b2b5f0a2d7a634bc634ed0701be6 /math
parent4144027202546652c7a66f64e18bf3c0938a8493 (diff)
downloadpkgsrc-fdb005a2f44de205cecd3ee1de200bdf4093534e.tar.gz
Fixed the path to the Perl interpreter. Bumped PKGREVISION.
Diffstat (limited to 'math')
-rw-r--r--math/R-gdata/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/math/R-gdata/Makefile b/math/R-gdata/Makefile
index 9b54836763b..72e796227d0 100644
--- a/math/R-gdata/Makefile
+++ b/math/R-gdata/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2006/07/02 13:04:13 markd Exp $
+# $NetBSD: Makefile,v 1.2 2006/07/23 16:59:22 rillig Exp $
#
CATEGORIES= math
@@ -10,8 +10,12 @@ COMMENT= Various R programming tools for data manipulation
R_PKGNAME= gdata
R_PKGVER= 2.1.2
+PKGREVISION= 1
DEPENDS+= R-gtools>=2.2.3:../../math/R-gtools
+REPLACE_PERL+= inst/bin/*.bat inst/perl/*.pl
+USE_TOOLS+= perl:run
+
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"