diff options
author | tron <tron> | 2002-01-04 12:06:08 +0000 |
---|---|---|
committer | tron <tron> | 2002-01-04 12:06:08 +0000 |
commit | 589c3e141657c35f82edfe51f28a744863424128 (patch) | |
tree | 76e9ccb874f7ea3a5db24b18eda4786fdd0ac03c /x11 | |
parent | 7480a4f415fa375ea07bd1aee8295808938afb20 (diff) | |
download | pkgsrc-589c3e141657c35f82edfe51f28a744863424128.tar.gz |
Unlimit datasize for building which is necessary for the new toolchain.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/kdelibs2/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/kdelibs2/Makefile b/x11/kdelibs2/Makefile index 1342537b68a..8050ff32a50 100644 --- a/x11/kdelibs2/Makefile +++ b/x11/kdelibs2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2001/12/30 11:54:11 zuntum Exp $ +# $NetBSD: Makefile,v 1.29 2002/01/04 12:06:08 tron Exp $ DISTNAME= kdelibs-2.2.2 CATEGORIES= x11 @@ -37,7 +37,8 @@ REPLACE_PERL= \ ${WRKSRC}/kio/proxytype.pl \ ${WRKSRC}/kio/useragent.pl -PLIST_SRC= ${WRKDIR}/PLIST +PLIST_SRC= ${WRKDIR}/PLIST +UNLIMIT_RESOURCES= d .if defined(USE_CUPS) && (${USE_CUPS} == "YES") .include "../../print/cups/buildlink.mk" |