summaryrefslogtreecommitdiff
path: root/irc/xchat-devel/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'irc/xchat-devel/Makefile')
-rw-r--r--irc/xchat-devel/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/irc/xchat-devel/Makefile b/irc/xchat-devel/Makefile
index 09c393b8e392..844cdd47b5d6 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