summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2016-07-09 20:02:02 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2016-07-09 20:02:02 +0000
commitd74df830eb100392ed9f82c3322fdfc7bf1e250f (patch)
tree8203ddf6168d4904a1ce5816dc145a49f3a884dd
parentFinish removal of gmake-lite (diff)
Prevent PKGNAME collision with math/libR
Notes
Notes: svn path=/head/; revision=418292
-rw-r--r--math/R/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/R/Makefile b/math/R/Makefile
index 553e35806361..9fd93f6ce2b3 100644
--- a/math/R/Makefile
+++ b/math/R/Makefile
@@ -1,7 +1,7 @@
# Created by: Maurice Castro <maurice@serc.rmit.edu.au>
# $FreeBSD$
-PORTNAME= R
+PORTNAME?= R
PORTVERSION= 3.3.1
PORTREVISION= 2
CATEGORIES= math lang