diff options
author | Jim Mock <jim@FreeBSD.org> | 2000-06-05 19:34:48 +0000 |
---|---|---|
committer | Jim Mock <jim@FreeBSD.org> | 2000-06-05 19:34:48 +0000 |
commit | 4905d468b2c0d0886b8dfb5d8a3fa9cd02f60386 (patch) | |
tree | bc789567617be37a4f3fe3d772e1f3903bef910a /irc/xchat2 | |
parent | 101b19c3a28a44f3f5fd4ec76898e9548d42d781 (diff) | |
download | ports-4905d468b2c0d0886b8dfb5d8a3fa9cd02f60386.tar.gz ports-4905d468b2c0d0886b8dfb5d8a3fa9cd02f60386.zip |
Notes
Diffstat (limited to 'irc/xchat2')
-rw-r--r-- | irc/xchat2/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/irc/xchat2/Makefile b/irc/xchat2/Makefile index 09c393b8e392..844cdd47b5d6 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 |