If we have gnomecore, we have gdk-pixbuf too.

Submitted by:	ade
This commit is contained in:
Jim Mock 2000-06-05 19:34:48 +00:00
parent 101b19c3a2
commit 4905d468b2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=29237
5 changed files with 20 additions and 0 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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