diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2016-07-09 20:02:02 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2016-07-09 20:02:02 +0000 |
commit | d74df830eb100392ed9f82c3322fdfc7bf1e250f (patch) | |
tree | 8203ddf6168d4904a1ce5816dc145a49f3a884dd | |
parent | Finish removal of gmake-lite (diff) |
Prevent PKGNAME collision with math/libR
Notes
Notes:
svn path=/head/; revision=418292
-rw-r--r-- | math/R/Makefile | 2 |
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 |