diff options
author | drochner <drochner@pkgsrc.org> | 2004-04-16 16:16:50 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2004-04-16 16:16:50 +0000 |
commit | dfdf08be3c0dbe4bb773308af10b94532936d80b (patch) | |
tree | d0812e06b8dc0f5b6e7e2e3fc981188b59361b85 /graphics/gimp | |
parent | 9a3c3e19839aaf89bdd81bf22ca9028c7608ba8c (diff) | |
download | pkgsrc-dfdf08be3c0dbe4bb773308af10b94532936d80b.tar.gz |
gimp2 isn't supported by print/gimp-print yet, so enable the
builtin print widget
(skip PKGREVISION bump because this pkg was just updated)
Diffstat (limited to 'graphics/gimp')
-rw-r--r-- | graphics/gimp/Makefile | 5 | ||||
-rw-r--r-- | graphics/gimp/PLIST | 3 |
2 files changed, 5 insertions, 3 deletions
diff --git a/graphics/gimp/Makefile b/graphics/gimp/Makefile index c3e7c689c55..f7ebf6a5cbc 100644 --- a/graphics/gimp/Makefile +++ b/graphics/gimp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.94 2004/04/15 08:37:38 adam Exp $ +# $NetBSD: Makefile,v 1.95 2004/04/16 16:16:50 drochner Exp $ # DISTNAME= gimp-2.0.1 @@ -36,7 +36,7 @@ BUILDLINK_DEPENDS.fontconfig+= fontconfig>=2.2.0 GNU_CONFIGURE= yes CONFIGURE_ARGS+= --disable-perl -CONFIGURE_ARGS+= --disable-print +#CONFIGURE_ARGS+= --disable-print CONFIGURE_ARGS+= --disable-python CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc/html/${PKGNAME} @@ -62,6 +62,7 @@ LDFLAGS+= ${EXPORT_SYMBOLS_LDFLAGS} .include "../../graphics/png/buildlink3.mk" .include "../../graphics/tiff/buildlink3.mk" .include "../../graphics/libwmf/buildlink3.mk" +.include "../../print/gimp-print-lib/buildlink3.mk" .include "../../www/libgtkhtml/buildlink3.mk" .include "../../x11/gtk2/buildlink3.mk" diff --git a/graphics/gimp/PLIST b/graphics/gimp/PLIST index c2373a5ad0f..f7070501441 100644 --- a/graphics/gimp/PLIST +++ b/graphics/gimp/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.8 2004/04/15 08:37:38 adam Exp $ +@comment $NetBSD: PLIST,v 1.9 2004/04/16 16:16:50 drochner Exp $ bin/gimp bin/gimp-2.0 bin/gimp-remote @@ -259,6 +259,7 @@ lib/gimp/2.0/plug-ins/png lib/gimp/2.0/plug-ins/pnm lib/gimp/2.0/plug-ins/polar lib/gimp/2.0/plug-ins/postscript +lib/gimp/2.0/plug-ins/print lib/gimp/2.0/plug-ins/psd lib/gimp/2.0/plug-ins/psd_save lib/gimp/2.0/plug-ins/psp |