summaryrefslogtreecommitdiff
path: root/graphics/gimp
diff options
context:
space:
mode:
authorgdt <gdt@pkgsrc.org>2007-12-07 20:08:10 +0000
committergdt <gdt@pkgsrc.org>2007-12-07 20:08:10 +0000
commite8407ef4a565fbf81e4af5c025b54a4d842b1770 (patch)
treea40c71dc95aa3828a1727b3bff9425e1f49d6627 /graphics/gimp
parentdcafbf6ddd14308f4b6b2f2cbfaac070f378108a (diff)
downloadpkgsrc-e8407ef4a565fbf81e4af5c025b54a4d842b1770.tar.gz
Remove gimp-print support. As of 2.4, gimp no longer uses gimp-print
in the print plugin. gimp-print 4.2 is itself obsolete, replaced by gutenprint 5, and gutenprint provides a gimp print plugin that links against gimp's libraries.
Diffstat (limited to 'graphics/gimp')
-rw-r--r--graphics/gimp/Makefile5
-rw-r--r--graphics/gimp/buildlink3.mk3
2 files changed, 3 insertions, 5 deletions
diff --git a/graphics/gimp/Makefile b/graphics/gimp/Makefile
index 20c2cd3d867..20b3af9998e 100644
--- a/graphics/gimp/Makefile
+++ b/graphics/gimp/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.168 2007/12/02 12:06:19 wiz Exp $
+# $NetBSD: Makefile,v 1.169 2007/12/07 20:08:10 gdt Exp $
DISTNAME= gimp-2.4.2
+PKGREVISION= 1
CATEGORIES= graphics
MASTER_SITES= ftp://ftp.gimp.org/pub/gimp/v2.4/ \
ftp://ftp.sunet.se/pub/gnu/gimp/v2.4/ \
@@ -38,7 +39,6 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --disable-perl
CONFIGURE_ARGS+= --disable-python
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
-CONFIGURE_ARGS+= --with-gimpprint-prefix=${BUILDLINK_PREFIX.gimp-print-lib}
UNLIMIT_RESOURCES+= datasize
@@ -69,7 +69,6 @@ PLIST_SUBST+= TWAIN="@comment "
.include "../../graphics/png/buildlink3.mk"
.include "../../graphics/tiff/buildlink3.mk"
.include "../../graphics/libwmf/buildlink3.mk"
-.include "../../print/gimp-print-lib/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.if empty(PKG_BUILD_OPTIONS.gtk2:Mx11)
PLIST_SUBST+= REMOTE="@comment "
diff --git a/graphics/gimp/buildlink3.mk b/graphics/gimp/buildlink3.mk
index 09cc44e1b0e..dea7c4aaeeb 100644
--- a/graphics/gimp/buildlink3.mk
+++ b/graphics/gimp/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.21 2007/10/28 11:05:45 wiz Exp $
+# $NetBSD: buildlink3.mk,v 1.22 2007/12/07 20:08:11 gdt Exp $
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
GIMP_BUILDLINK3_MK:= ${GIMP_BUILDLINK3_MK}+
@@ -27,7 +27,6 @@ BUILDLINK_PKGSRCDIR.gimp?= ../../graphics/gimp
.include "../../graphics/mng/buildlink3.mk"
.include "../../graphics/png/buildlink3.mk"
.include "../../graphics/libwmf/buildlink3.mk"
-.include "../../print/gimp-print-lib/buildlink3.mk"
.include "../../www/libgtkhtml/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"