summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2002-01-05 06:47:00 +0000
committertron <tron@pkgsrc.org>2002-01-05 06:47:00 +0000
commitc4db0bc0ad4abc7352f21c2a0a0774b27c2b2755 (patch)
treed5e141d44fb1a907f68bdd93475a2226bc36a2d6
parent6a420f1c6316a483548e31e8fc83c6d689335556 (diff)
downloadpkgsrc-c4db0bc0ad4abc7352f21c2a0a0774b27c2b2755.tar.gz
Use new format for "UNLIMIT_RESOURCES".
-rw-r--r--emulators/xmame/Makefile4
-rw-r--r--x11/kdelibs2/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/emulators/xmame/Makefile b/emulators/xmame/Makefile
index 60c4ee92ccf..600f6d42964 100644
--- a/emulators/xmame/Makefile
+++ b/emulators/xmame/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.61 2002/01/04 12:04:22 tron Exp $
+# $NetBSD: Makefile,v 1.62 2002/01/05 06:47:00 tron Exp $
#
DISTNAME= xmame-0.56.2
@@ -19,7 +19,7 @@ USE_X11BASE= YES
USE_GMAKE= YES
MAKEFILE= makefile.unix
TARGET= ${PKGBASE}
-UNLIMIT_RESOURCES= d
+UNLIMIT_RESOURCES= datasize
.include "../../mk/bsd.prefs.mk"
diff --git a/x11/kdelibs2/Makefile b/x11/kdelibs2/Makefile
index 8050ff32a50..48e9c27659f 100644
--- a/x11/kdelibs2/Makefile
+++ b/x11/kdelibs2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2002/01/04 12:06:08 tron Exp $
+# $NetBSD: Makefile,v 1.30 2002/01/05 06:47:38 tron Exp $
DISTNAME= kdelibs-2.2.2
CATEGORIES= x11
@@ -38,7 +38,7 @@ REPLACE_PERL= \
${WRKSRC}/kio/useragent.pl
PLIST_SRC= ${WRKDIR}/PLIST
-UNLIMIT_RESOURCES= d
+UNLIMIT_RESOURCES= datasize
.if defined(USE_CUPS) && (${USE_CUPS} == "YES")
.include "../../print/cups/buildlink.mk"