summaryrefslogtreecommitdiff
path: root/x11/kdelibs3
diff options
context:
space:
mode:
authorskrll <skrll@pkgsrc.org>2002-06-10 11:40:53 +0000
committerskrll <skrll@pkgsrc.org>2002-06-10 11:40:53 +0000
commit700b1e6e40d61e0daf3894268a1c186f537e0c0e (patch)
tree92ede89b7562b34d034e5432c12e7d9bb9b16b41 /x11/kdelibs3
parentbe9c0bdb4f3e9975362c350f2759c27ce044f80f (diff)
downloadpkgsrc-700b1e6e40d61e0daf3894268a1c186f537e0c0e.tar.gz
Allow memorysize as an option in UNLIMIT_RESOURCE.
Use it in kdelibs3. This closes pkg/17164 from Eric Jacoboni <jaco@scrogneugneu.org>
Diffstat (limited to 'x11/kdelibs3')
-rw-r--r--x11/kdelibs3/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/kdelibs3/Makefile b/x11/kdelibs3/Makefile
index c7aee391678..8ada9e94cda 100644
--- a/x11/kdelibs3/Makefile
+++ b/x11/kdelibs3/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2002/05/31 13:16:30 skrll Exp $
+# $NetBSD: Makefile,v 1.2 2002/06/10 11:40:54 skrll Exp $
DISTNAME= kdelibs-3.0.1
CATEGORIES= x11
@@ -44,7 +44,7 @@ REPLACE_PERL= \
${WRKSRC}/kio/useragent.pl
PLIST_SRC= ${WRKDIR}/PLIST
-UNLIMIT_RESOURCES= datasize
+UNLIMIT_RESOURCES= datasize memorysize
.if defined(USE_CUPS) && (${USE_CUPS} == "YES")
.include "../../print/cups/buildlink.mk"