diff options
author | skrll <skrll> | 2002-06-10 11:40:53 +0000 |
---|---|---|
committer | skrll <skrll> | 2002-06-10 11:40:53 +0000 |
commit | cbc61e523590fc53b252f1068fcaf02bc0ee1b43 (patch) | |
tree | 92ede89b7562b34d034e5432c12e7d9bb9b16b41 /x11 | |
parent | 1f3d6325121271b095dc160d22e4cd922bc9d037 (diff) | |
download | pkgsrc-cbc61e523590fc53b252f1068fcaf02bc0ee1b43.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')
-rw-r--r-- | x11/kdelibs3/Makefile | 4 |
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" |