diff options
author | joerg <joerg@pkgsrc.org> | 2011-11-25 21:55:06 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2011-11-25 21:55:06 +0000 |
commit | ecac0f973d481300f2a4ee910100630ca41442c7 (patch) | |
tree | 40eedd27b1b7c13f2ec9542233b43a9cd3084452 /graphics | |
parent | cecc92f67287c8614b293689cb769e63e9c1611f (diff) | |
download | pkgsrc-ecac0f973d481300f2a4ee910100630ca41442c7.tar.gz |
asy needs more memory than available by default, unlimit.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/asymptote/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/asymptote/Makefile b/graphics/asymptote/Makefile index 2cd524a9ad7..2380620427d 100644 --- a/graphics/asymptote/Makefile +++ b/graphics/asymptote/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2011/07/04 00:18:07 jym Exp $ +# $NetBSD: Makefile,v 1.6 2011/11/25 21:55:06 joerg Exp $ # DISTNAME= asymptote-1.85 @@ -18,6 +18,8 @@ BUILD_DEPENDS+= ghostscript-[0-9]*:../../print/ghostscript PKG_DESTDIR_SUPPORT= user-destdir +UNLIMIT_RESOURCES= datasize + GNU_CONFIGURE= yes INFO_FILES= yes USE_LANGUAGES= c c++ |