diff options
author | joerg <joerg@pkgsrc.org> | 2011-12-07 10:18:23 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2011-12-07 10:18:23 +0000 |
commit | 4e973f41b0b33b2f767db27ab726b15b900eab89 (patch) | |
tree | a0916e50140d49b6f7a361efbaa8c13171c00dbf /math | |
parent | 7c9b9d469202818ba8dc0dcb7ab6e01988e2aafd (diff) | |
download | pkgsrc-4e973f41b0b33b2f767db27ab726b15b900eab89.tar.gz |
Cairo support needs pkg-config
Diffstat (limited to 'math')
-rw-r--r-- | math/R/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/R/Makefile b/math/R/Makefile index 085685bc653..b5f852f3b97 100644 --- a/math/R/Makefile +++ b/math/R/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.119 2011/12/04 18:42:02 markd Exp $ +# $NetBSD: Makefile,v 1.120 2011/12/07 10:18:23 joerg Exp $ DISTNAME= R-2.14.0 CATEGORIES= math @@ -18,6 +18,7 @@ PKG_DESTDIR_SUPPORT= user-destdir TEST_TARGET= check USE_TOOLS+= gmake gzip:run makeinfo perl:run sed unzip:run xmkmf +USE_TOOLS+= pkg-config USE_GNU_READLINE= yes # uses callback interface USE_GNU_ICONV= yes # latin1 support, iconvlist USE_LANGUAGES= c c++ fortran |