diff options
author | Jim Mock <jim@FreeBSD.org> | 1999-10-25 22:15:10 +0000 |
---|---|---|
committer | Jim Mock <jim@FreeBSD.org> | 1999-10-25 22:15:10 +0000 |
commit | 9d3e276fe7cef24f8a8a74d362c951489ab514e4 (patch) | |
tree | 03d4afd6937611272f22a02065a6a9a4514cf4dd /irc | |
parent | bfbdfe1e2bed192cf64cb3c60fc7aa3ac7308335 (diff) | |
download | ports-9d3e276fe7cef24f8a8a74d362c951489ab514e4.tar.gz ports-9d3e276fe7cef24f8a8a74d362c951489ab514e4.zip |
Notes
Diffstat (limited to 'irc')
-rw-r--r-- | irc/xchat-devel/Makefile | 3 | ||||
-rw-r--r-- | irc/xchat-gnome/Makefile | 3 | ||||
-rw-r--r-- | irc/xchat/Makefile | 3 | ||||
-rw-r--r-- | irc/xchat1/Makefile | 3 | ||||
-rw-r--r-- | irc/xchat2/Makefile | 3 |
5 files changed, 15 insertions, 0 deletions
diff --git a/irc/xchat-devel/Makefile b/irc/xchat-devel/Makefile index 545265bada3c..cefb58881982 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 545265bada3c..cefb58881982 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 545265bada3c..cefb58881982 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 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 diff --git a/irc/xchat2/Makefile b/irc/xchat2/Makefile index 545265bada3c..cefb58881982 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 |