From 93dee6e8ff2bbbeca94d0df86b85363ed82fa770 Mon Sep 17 00:00:00 2001 From: jim Date: Mon, 25 Oct 1999 22:15:10 +0000 Subject: Depend on gnomelibs if USE_GNOME is defined --- irc/xchat-devel/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'irc/xchat-devel/Makefile') diff --git a/irc/xchat-devel/Makefile b/irc/xchat-devel/Makefile index 545265b..cefb588 100644 --- a/irc/xchat-devel/Makefile +++ b/irc/xchat-devel/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.1