diff options
author | adam <adam> | 2004-05-03 06:46:01 +0000 |
---|---|---|
committer | adam <adam> | 2004-05-03 06:46:01 +0000 |
commit | 047b23532dfad8081345cfc54324968c5e03ae89 (patch) | |
tree | e9a570e01f60e3cdcad801cdfb0996da6d3e2d2a | |
parent | 01af8c9d6779388052dec976dfab492335191b7e (diff) | |
download | pkgsrc-047b23532dfad8081345cfc54324968c5e03ae89.tar.gz |
Fix multiple gimp-print installation problem (e.g. Darwin/MacOSX)
-rw-r--r-- | graphics/gimp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/gimp/Makefile b/graphics/gimp/Makefile index de63cd26542..b3dce12d1d9 100644 --- a/graphics/gimp/Makefile +++ b/graphics/gimp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.97 2004/04/22 05:57:29 minskim Exp $ +# $NetBSD: Makefile,v 1.98 2004/05/03 06:46:01 adam Exp $ # DISTNAME= gimp-2.0.1 @@ -41,6 +41,7 @@ CONFIGURE_ARGS+= --disable-perl CONFIGURE_ARGS+= --disable-python 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} EGDIR= ${PREFIX}/share/examples/gimp-2.0 .for f in gimprc gtkrc ps-menurc sessionrc templaterc unionrc |