diff options
-rw-r--r-- | print/cups/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/cups/Makefile b/print/cups/Makefile index 29a9501c610..068f908bd06 100644 --- a/print/cups/Makefile +++ b/print/cups/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.48 2002/03/13 17:37:33 fredb Exp $ +# $NetBSD: Makefile,v 1.49 2002/07/16 13:14:04 fredb Exp $ DISTNAME= cups-${DIST_VERS}-source PKGNAME= cups-${VERS} @@ -26,6 +26,7 @@ USE_BUILDLINK_ONLY= YES USE_GMAKE= YES USE_LIBTOOL= YES GNU_CONFIGURE= YES +UNLIMIT_RESOURCES= datasize memorysize CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFBASE} CONFIGURE_ARGS+= --localstatedir=/var CONFIGURE_ARGS+= --with-docdir=${PREFIX}/share/doc/html/cups |