From fb157a9f9f27b2c5020c6d2ebe00e7430de0e154 Mon Sep 17 00:00:00 2001 From: jim Date: Mon, 5 Jun 2000 19:34:48 +0000 Subject: If we have gnomecore, we have gdk-pixbuf too. Submitted by: ade --- irc/xchat-devel/Makefile | 4 ++++ irc/xchat-gnome/Makefile | 4 ++++ irc/xchat/Makefile | 4 ++++ irc/xchat1/Makefile | 4 ++++ irc/xchat2/Makefile | 4 ++++ 5 files changed, 20 insertions(+) (limited to 'irc') diff --git a/irc/xchat-devel/Makefile b/irc/xchat-devel/Makefile index 09c393b..844cdd4 100644 --- a/irc/xchat-devel/Makefile +++ b/irc/xchat-devel/Makefile @@ -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 diff --git a/irc/xchat-gnome/Makefile b/irc/xchat-gnome/Makefile index 09c393b..844cdd4 100644 --- a/irc/xchat-gnome/Makefile +++ b/irc/xchat-gnome/Makefile @@ -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 diff --git a/irc/xchat/Makefile b/irc/xchat/Makefile index 09c393b..844cdd4 100644 --- a/irc/xchat/Makefile +++ b/irc/xchat/Makefile @@ -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 diff --git a/irc/xchat1/Makefile b/irc/xchat1/Makefile index 09c393b..844cdd4 100644 --- a/irc/xchat1/Makefile +++ b/irc/xchat1/Makefile @@ -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 diff --git a/irc/xchat2/Makefile b/irc/xchat2/Makefile index 09c393b..844cdd4 100644 --- a/irc/xchat2/Makefile +++ b/irc/xchat2/Makefile @@ -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 -- cgit v1.1