diff options
author | dmcmahill <dmcmahill> | 2003-02-07 10:34:07 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill> | 2003-02-07 10:34:07 +0000 |
commit | e0936e845387bcb4d8421c2caaeeec6f82bb6271 (patch) | |
tree | b0de862a42b5dfae6faaf7e765024614b393abbe /cad/vipec | |
parent | 70a08a95b8dc8e1a6f70afae371af78561dd9395 (diff) | |
download | pkgsrc-e0936e845387bcb4d8421c2caaeeec6f82bb6271.tar.gz |
unlimit datasize for build
Diffstat (limited to 'cad/vipec')
-rw-r--r-- | cad/vipec/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cad/vipec/Makefile b/cad/vipec/Makefile index 5fb98809817..1c7464bc993 100644 --- a/cad/vipec/Makefile +++ b/cad/vipec/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2003/02/06 02:39:16 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.31 2003/02/07 10:34:07 dmcmahill Exp $ # DISTNAME= ViPEC-3.1.3 @@ -14,6 +14,7 @@ BUILD_DEPENDS+= tmake-*:../../devel/tmake USE_BUILDLINK2= yes USE_X11= yes USE_GMAKE= yes +UNLIMIT_RESOURCES+= datasize CONFLICTS+= vipec-[0-9]* |