aboutsummaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorHiroki Sato <hrs@FreeBSD.org>2011-07-20 01:09:14 +0000
committerHiroki Sato <hrs@FreeBSD.org>2011-07-20 01:09:14 +0000
commit0d1e6500f0519ef1416da904fd48ffa0ef202d49 (patch)
tree6aa933960b3a821940a2acd3990bba20975240e6 /print
parent36ee862d0d7b4129135a665795c2c586c7865a9c (diff)
Use gdkpixbuf2 instead of gdkpixbuf when WITH_GTK is defined.
Spotted by: bf PR: ports/158995
Notes
Notes: svn path=/head/; revision=277974
Diffstat (limited to 'print')
-rw-r--r--print/ghostscript8/files/Makefile.drivers_post2
-rw-r--r--print/ghostscript9/files/Makefile.drivers_post2
2 files changed, 2 insertions, 2 deletions
diff --git a/print/ghostscript8/files/Makefile.drivers_post b/print/ghostscript8/files/Makefile.drivers_post
index c26f6566b16b..8743937da04d 100644
--- a/print/ghostscript8/files/Makefile.drivers_post
+++ b/print/ghostscript8/files/Makefile.drivers_post
@@ -119,7 +119,7 @@ CONFIGURE_ARGS+=--with-x \
--x-libraries=${X11BASE}/lib
CONFLICTS_INSTALL+= ghostscript8-nox11-[0-9]*
.if defined(WITH_GTK)
-USE_GNOME= atk gdkpixbuf glib20 gtk20
+USE_GNOME= atk gdkpixbuf2 glib20 gtk20
CONFIGURE_ARGS+=--enable-gtk
.else
CONFIGURE_ARGS+=--disable-gtk
diff --git a/print/ghostscript9/files/Makefile.drivers_post b/print/ghostscript9/files/Makefile.drivers_post
index de2a6737be06..2513051a847f 100644
--- a/print/ghostscript9/files/Makefile.drivers_post
+++ b/print/ghostscript9/files/Makefile.drivers_post
@@ -120,7 +120,7 @@ CONFIGURE_ARGS+=--with-x \
--x-libraries=${X11BASE}/lib
CONFLICTS_INSTALL+= ghostscript9-nox11-[0-9]*
.if defined(WITH_GTK)
-USE_GNOME= atk gdkpixbuf glib20 gtk20
+USE_GNOME= atk gdkpixbuf2 glib20 gtk20
CONFIGURE_ARGS+=--enable-gtk
.else
CONFIGURE_ARGS+=--disable-gtk