From 9d3e276fe7cef24f8a8a74d362c951489ab514e4 Mon Sep 17 00:00:00 2001 From: Jim Mock Date: Mon, 25 Oct 1999 22:15:10 +0000 Subject: Depend on gnomelibs if USE_GNOME is defined --- irc/xchat1/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'irc/xchat1') diff --git a/irc/xchat1/Makefile b/irc/xchat1/Makefile index 545265bada3c..cefb58881982 100644 --- a/irc/xchat1/Makefile +++ b/irc/xchat1/Makefile @@ -15,6 +15,9 @@ MAINTAINER= jim@FreeBSD.org LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \ Imlib.5:${PORTSDIR}/graphics/imlib +.if defined(USE_GNOME) +LIB_DEPENDS+= gnome.3:${PORTSDIR}/x11/gnomelibs +.endif GTK_CONFIG?= ${X11BASE}/bin/gtk12-config -- cgit v1.2.3