diff options
author | Joseph Mingrone <jrm@FreeBSD.org> | 2018-02-01 18:03:09 +0000 |
---|---|---|
committer | Joseph Mingrone <jrm@FreeBSD.org> | 2018-02-01 18:03:09 +0000 |
commit | a3cc513bfc69ef10d52ed310dd9a6e6bb8c57491 (patch) | |
tree | 4a6b8513515fb032f2183d945863a1d39dbcd0c1 /math/ess/Makefile | |
parent | 7a6d87cd185d39c7023ee32da472cca4f391e7f2 (diff) |
Notes
Diffstat (limited to 'math/ess/Makefile')
-rw-r--r-- | math/ess/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/math/ess/Makefile b/math/ess/Makefile index 4b6465306969..bfde590904cb 100644 --- a/math/ess/Makefile +++ b/math/ess/Makefile @@ -3,9 +3,11 @@ PORTNAME= ess DISTVERSION= 17.11 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= http://ess.r-project.org/downloads/ess/ \ http://stat.ethz.ch/ESS/downloads/ess/ +PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} MAINTAINER= rhurlin@gwdg.de COMMENT= R support for Emacsen @@ -17,8 +19,7 @@ RUN_DEPENDS= R:math/R NO_ARCH= yes -USES= gmake makeinfo tar:tgz -USE_EMACS= yes +USES= emacs gmake makeinfo tar:tgz INFO= ess |