diff options
author | brook <brook@pkgsrc.org> | 2019-07-31 20:28:33 +0000 |
---|---|---|
committer | brook <brook@pkgsrc.org> | 2019-07-31 20:28:33 +0000 |
commit | ece395f689449be229b1e4147ed01f665ac5e93f (patch) | |
tree | 2b26ebfe06eeae39d75b6f199c1cfdf475e8fb13 | |
parent | b8213b8d35a76a9e953a8a50ab6fcf99b1755706 (diff) | |
download | pkgsrc-ece395f689449be229b1e4147ed01f665ac5e93f.tar.gz |
R-sp: update to canonical form of an R package.
-rw-r--r-- | math/R-sp/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/math/R-sp/Makefile b/math/R-sp/Makefile index 949b2009537..20651779dca 100644 --- a/math/R-sp/Makefile +++ b/math/R-sp/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.13 2018/12/21 10:53:51 wen Exp $ +# $NetBSD: Makefile,v 1.14 2019/07/31 20:28:33 brook Exp $ -CATEGORIES= math +CATEGORIES= math R MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= ${R_HOMEPAGE_BASE}/sp/ @@ -10,5 +10,7 @@ LICENSE= gnu-gpl-v2 OR gnu-gpl-v3 R_PKGNAME= sp R_PKGVER= 1.3-1 +USE_LANGUAGES= c + .include "../../math/R/Makefile.extension" .include "../../mk/bsd.pkg.mk" |