summaryrefslogtreecommitdiff
path: root/math/cassowary
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2002-08-09 11:54:01 +0000
committeragc <agc@pkgsrc.org>2002-08-09 11:54:01 +0000
commitab31b5f23151739f7d51ea0b9a2dc9abd1446152 (patch)
tree97d1539fd904fd009876c4f8e283c03eaac0a882 /math/cassowary
parente02e9214e15e8cb43a0d874cdf60d3e336406c91 (diff)
downloadpkgsrc-ab31b5f23151739f7d51ea0b9a2dc9abd1446152.tar.gz
Unlimit data and memory size so that this package will build on my ss2
with a whole 36 MB of memory.
Diffstat (limited to 'math/cassowary')
-rw-r--r--math/cassowary/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/math/cassowary/Makefile b/math/cassowary/Makefile
index 638110295f2..1831c1e6fc3 100644
--- a/math/cassowary/Makefile
+++ b/math/cassowary/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2002/03/25 01:04:46 jmc Exp $
+# $NetBSD: Makefile,v 1.12 2002/08/09 11:54:01 agc Exp $
#
DISTNAME= cassowary-0.60
@@ -24,6 +24,8 @@ CONFIGURE_ARGS+= --with-gtl=${LOCALBASE}
YACC= bison -y
+UNLIMIT_RESOURCES= datasize memorysize
+
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "SunOS"