mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
Use gdkpixbuf2 instead of gdkpixbuf when WITH_GTK is defined.
Spotted by: bf PR: ports/158995
This commit is contained in:
parent
36ee862d0d
commit
0d1e6500f0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=277974
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user