aboutsummaryrefslogtreecommitdiffstats
path: root/irc/xchat
diff options
context:
space:
mode:
authorjim <jim@FreeBSD.org>2000-06-06 03:34:48 +0800
committerjim <jim@FreeBSD.org>2000-06-06 03:34:48 +0800
commitfb157a9f9f27b2c5020c6d2ebe00e7430de0e154 (patch)
tree9afd5d8917d26eab51baaa1d0cb029d43e17f05e /irc/xchat
parentced210c907ca86f415793da27d4dd65f904ad08d (diff)
downloadfreebsd-ports-gnome-fb157a9f9f27b2c5020c6d2ebe00e7430de0e154.tar.gz
freebsd-ports-gnome-fb157a9f9f27b2c5020c6d2ebe00e7430de0e154.tar.zst
freebsd-ports-gnome-fb157a9f9f27b2c5020c6d2ebe00e7430de0e154.zip
If we have gnomecore, we have gdk-pixbuf too.
Submitted by: ade
Diffstat (limited to 'irc/xchat')
-rw-r--r--irc/xchat/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/irc/xchat/Makefile b/irc/xchat/Makefile
index 09c393b8e392..844cdd47b5d6 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