diff options
author | wiz <wiz@pkgsrc.org> | 2014-10-09 14:05:50 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-10-09 14:05:50 +0000 |
commit | 8ad27923d8c71c8ba61a7542a5093ddb4f5c2daa (patch) | |
tree | 82ab845b1db083e88ed835d07dece15a80699928 /math/R/Makefile | |
parent | 94c9920d30aca05596e5e8136f94969dd7e4e174 (diff) | |
download | pkgsrc-8ad27923d8c71c8ba61a7542a5093ddb4f5c2daa.tar.gz |
Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.
Diffstat (limited to 'math/R/Makefile')
-rw-r--r-- | math/R/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/math/R/Makefile b/math/R/Makefile index fd20563d8ed..a9510346b3c 100644 --- a/math/R/Makefile +++ b/math/R/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.152 2014/09/24 10:53:22 jperkin Exp $ +# $NetBSD: Makefile,v 1.153 2014/10/09 14:06:41 wiz Exp $ DISTNAME= R-3.1.1 CATEGORIES= math @@ -13,8 +13,6 @@ LICENSE= gnu-gpl-v2 NOT_FOR_PLATFORM= NetBSD-1.[0-4]*-alpha NetBSD-1.5-alpha \ NetBSD-1.5.*-alpha NetBSD-1.5[A-U]-alpha -PKG_INSTALLATION_TYPES= overwrite pkgviews - USE_GCC_RUNTIME= yes BUILD_TARGET= all info |