aboutsummaryrefslogtreecommitdiffstats
path: root/irc
diff options
context:
space:
mode:
authorjim <jim@FreeBSD.org>1999-10-26 06:15:10 +0800
committerjim <jim@FreeBSD.org>1999-10-26 06:15:10 +0800
commit93dee6e8ff2bbbeca94d0df86b85363ed82fa770 (patch)
tree810811067d7981a21a2158726186e8f7166b5006 /irc
parent29dc31250cd8529c3878534b680c96ba3fff5c92 (diff)
downloadfreebsd-ports-graphics-93dee6e8ff2bbbeca94d0df86b85363ed82fa770.tar.gz
freebsd-ports-graphics-93dee6e8ff2bbbeca94d0df86b85363ed82fa770.tar.zst
freebsd-ports-graphics-93dee6e8ff2bbbeca94d0df86b85363ed82fa770.zip
Depend on gnomelibs if USE_GNOME is defined
Diffstat (limited to 'irc')
-rw-r--r--irc/xchat-devel/Makefile3
-rw-r--r--irc/xchat-gnome/Makefile3
-rw-r--r--irc/xchat/Makefile3
-rw-r--r--irc/xchat1/Makefile3
-rw-r--r--irc/xchat2/Makefile3
5 files changed, 15 insertions, 0 deletions
diff --git a/irc/xchat-devel/Makefile b/irc/xchat-devel/Makefile
index 545265bada3..cefb5888198 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
diff --git a/irc/xchat-gnome/Makefile b/irc/xchat-gnome/Makefile
index 545265bada3..cefb5888198 100644
--- a/irc/xchat-gnome/Makefile
+++ b/irc/xchat-gnome/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
diff --git a/irc/xchat/Makefile b/irc/xchat/Makefile
index 545265bada3..cefb5888198 100644
--- a/irc/xchat/Makefile
+++ b/irc/xchat/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
diff --git a/irc/xchat1/Makefile b/irc/xchat1/Makefile
index 545265bada3..cefb5888198 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
diff --git a/irc/xchat2/Makefile b/irc/xchat2/Makefile
index 545265bada3..cefb5888198 100644
--- a/irc/xchat2/Makefile
+++ b/irc/xchat2/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