diff options
author | jperkin <jperkin> | 2014-03-13 11:08:49 +0000 |
---|---|---|
committer | jperkin <jperkin> | 2014-03-13 11:08:49 +0000 |
commit | 1e8a4d3617e2918d830fd2618a6229f25737609e (patch) | |
tree | 1c699ba1dd234c6ee43e2b178e217734fa130ad6 /math/R | |
parent | 76ae186abf09bff770978229a780293f2e6d1fdb (diff) | |
download | pkgsrc-1e8a4d3617e2918d830fd2618a6229f25737609e.tar.gz |
Set USE_GCC_RUNTIME=yes for packages which build shared libraries but do
not use libtool to do so. This is required to correctly depend upon a
gcc runtime package (e.g. gcc47-libs) when using USE_PKGSRC_GCC_RUNTIME.
Diffstat (limited to 'math/R')
-rw-r--r-- | math/R/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/math/R/Makefile b/math/R/Makefile index 2a0caeb933e..f09161e031e 100644 --- a/math/R/Makefile +++ b/math/R/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.145 2014/02/17 17:11:07 jperkin Exp $ +# $NetBSD: Makefile,v 1.146 2014/03/13 11:08:51 jperkin Exp $ DISTNAME= R-3.0.2 CATEGORIES= math @@ -15,6 +15,8 @@ NOT_FOR_PLATFORM= NetBSD-1.[0-4]*-alpha NetBSD-1.5-alpha \ PKG_INSTALLATION_TYPES= overwrite pkgviews +USE_GCC_RUNTIME= yes + BUILD_TARGET= all info INSTALL_TARGET= install install-info TEST_TARGET= check |