If we have gnomecore, we have gdk-pixbuf too.
Submitted by: ade
This commit is contained in:
parent
101b19c3a2
commit
4905d468b2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=29237
@ -26,6 +26,10 @@ LIB_DEPENDS+= gnome.4:${PORTSDIR}/x11/gnomelibs
|
||||
LIB_DEPENDS+= gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf
|
||||
.endif
|
||||
|
||||
.if exists(${X11BASE}/bin/panel) && defined(WITH_GNOME)
|
||||
WITH_GDK_PIXBUF= YES
|
||||
.endif
|
||||
|
||||
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
|
||||
GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config
|
||||
GDK_PIXBUF_CONFIG?= ${X11BASE}/bin/gdk-pixbuf-config
|
||||
|
@ -26,6 +26,10 @@ LIB_DEPENDS+= gnome.4:${PORTSDIR}/x11/gnomelibs
|
||||
LIB_DEPENDS+= gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf
|
||||
.endif
|
||||
|
||||
.if exists(${X11BASE}/bin/panel) && defined(WITH_GNOME)
|
||||
WITH_GDK_PIXBUF= YES
|
||||
.endif
|
||||
|
||||
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
|
||||
GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config
|
||||
GDK_PIXBUF_CONFIG?= ${X11BASE}/bin/gdk-pixbuf-config
|
||||
|
@ -26,6 +26,10 @@ LIB_DEPENDS+= gnome.4:${PORTSDIR}/x11/gnomelibs
|
||||
LIB_DEPENDS+= gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf
|
||||
.endif
|
||||
|
||||
.if exists(${X11BASE}/bin/panel) && defined(WITH_GNOME)
|
||||
WITH_GDK_PIXBUF= YES
|
||||
.endif
|
||||
|
||||
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
|
||||
GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config
|
||||
GDK_PIXBUF_CONFIG?= ${X11BASE}/bin/gdk-pixbuf-config
|
||||
|
@ -26,6 +26,10 @@ LIB_DEPENDS+= gnome.4:${PORTSDIR}/x11/gnomelibs
|
||||
LIB_DEPENDS+= gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf
|
||||
.endif
|
||||
|
||||
.if exists(${X11BASE}/bin/panel) && defined(WITH_GNOME)
|
||||
WITH_GDK_PIXBUF= YES
|
||||
.endif
|
||||
|
||||
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
|
||||
GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config
|
||||
GDK_PIXBUF_CONFIG?= ${X11BASE}/bin/gdk-pixbuf-config
|
||||
|
@ -26,6 +26,10 @@ LIB_DEPENDS+= gnome.4:${PORTSDIR}/x11/gnomelibs
|
||||
LIB_DEPENDS+= gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf
|
||||
.endif
|
||||
|
||||
.if exists(${X11BASE}/bin/panel) && defined(WITH_GNOME)
|
||||
WITH_GDK_PIXBUF= YES
|
||||
.endif
|
||||
|
||||
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
|
||||
GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config
|
||||
GDK_PIXBUF_CONFIG?= ${X11BASE}/bin/gdk-pixbuf-config
|
||||
|
Loading…
Reference in New Issue
Block a user