diff options
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gimp/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/gimp/Makefile b/graphics/gimp/Makefile index 754f0931ed7..c970d7937ed 100644 --- a/graphics/gimp/Makefile +++ b/graphics/gimp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.123 2005/07/21 16:29:51 wiz Exp $ +# $NetBSD: Makefile,v 1.124 2005/08/02 09:54:52 tron Exp $ DISTNAME= gimp-2.2.8 PKGREVISION= 1 @@ -44,6 +44,8 @@ CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc/html/${PKGNAME_NOREV} CONFIGURE_ARGS+= --with-gimpprint-prefix=${BUILDLINK_PREFIX.gimp-print-lib} +UNLIMIT_RESOURCES+= datasize + EGDIR= ${PREFIX}/share/examples/gimp-2.0 .for f in controllerrc gimprc gtkrc ps-menurc sessionrc templaterc unitrc CONF_FILES+= ${EGDIR}/${f} ${PKG_SYSCONFDIR}/${f} |