diff options
author | hrs <hrs@FreeBSD.org> | 2011-07-20 09:09:14 +0800 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2011-07-20 09:09:14 +0800 |
commit | 2af21eb0d560c6d85a2868e87212840c9fd9acfd (patch) | |
tree | 126b9336fb13af2319040b2fb67ab9836837d463 /print | |
parent | bd80fa91133beb0613d857e2b54df73f7bf9511c (diff) | |
download | freebsd-ports-gnome-2af21eb0d560c6d85a2868e87212840c9fd9acfd.tar.gz freebsd-ports-gnome-2af21eb0d560c6d85a2868e87212840c9fd9acfd.tar.zst freebsd-ports-gnome-2af21eb0d560c6d85a2868e87212840c9fd9acfd.zip |
Use gdkpixbuf2 instead of gdkpixbuf when WITH_GTK is defined.
Spotted by: bf
PR: ports/158995
Diffstat (limited to 'print')
-rw-r--r-- | print/ghostscript8/files/Makefile.drivers_post | 2 | ||||
-rw-r--r-- | print/ghostscript9/files/Makefile.drivers_post | 2 |
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 |