summaryrefslogtreecommitdiff
path: root/irc
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2000-06-01 16:25:45 +0000
committerAde Lovett <ade@FreeBSD.org>2000-06-01 16:25:45 +0000
commit8bd85a9d02479e9b3afa01753c4c9f15829a1343 (patch)
treec8de158d4ed23e4170b9cddb89d1841a59a27334 /irc
parentCorrect PLIST.perl and update Makefile to reflect recent (diff)
Updates for new shared library versions in GNOME 1.2
Notes
Notes: svn path=/head/; revision=29057
Diffstat (limited to 'irc')
-rw-r--r--irc/bitchx/Makefile4
-rw-r--r--irc/irssi-devel/Makefile4
-rw-r--r--irc/irssi/Makefile4
-rw-r--r--irc/xchat-devel/Makefile4
-rw-r--r--irc/xchat-gnome/Makefile4
-rw-r--r--irc/xchat/Makefile4
-rw-r--r--irc/xchat1/Makefile4
-rw-r--r--irc/xchat2/Makefile4
8 files changed, 16 insertions, 16 deletions
diff --git a/irc/bitchx/Makefile b/irc/bitchx/Makefile
index c8a59be60dea..dce18409b2bf 100644
--- a/irc/bitchx/Makefile
+++ b/irc/bitchx/Makefile
@@ -7,14 +7,14 @@
PORTNAME= BitchX
PORTVERSION= 1.0c16
-CATEGORIES= irc
+CATEGORIES= irc gnome
MASTER_SITES= ftp://ftp.bitchx.com/pub/BitchX/source/ \
ftp://ukug.uk.freebsd.org/pub/lord_cj/
MAINTAINER= calle.madestrand@norrgarden.se
.if defined(WITH_GNOME)
-LIB_DEPENDS= gnome.3:${PORTSDIR}/x11/gnomelibs
+LIB_DEPENDS= gnome.4:${PORTSDIR}/x11/gnomelibs
.endif
GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config
diff --git a/irc/irssi-devel/Makefile b/irc/irssi-devel/Makefile
index 885980f9b9dd..125112356d9d 100644
--- a/irc/irssi-devel/Makefile
+++ b/irc/irssi-devel/Makefile
@@ -7,7 +7,7 @@
PORTNAME= irssi
PORTVERSION= 0.7.28-3
-CATEGORIES= irc ipv6
+CATEGORIES= irc ipv6 gnome
MASTER_SITES= http://xlife.dhs.org/irssi/files/
MAINTAINER= jim@FreeBSD.org
@@ -15,7 +15,7 @@ MAINTAINER= jim@FreeBSD.org
LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \
PropList.2:${PORTSDIR}/devel/libPropList
.if defined(WITH_GNOME)
-LIB_DEPENDS+= gnome.3:${PORTSDIR}/x11/gnomelibs
+LIB_DEPENDS+= gnome.4:${PORTSDIR}/x11/gnomelibs
.endif
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
diff --git a/irc/irssi/Makefile b/irc/irssi/Makefile
index 885980f9b9dd..125112356d9d 100644
--- a/irc/irssi/Makefile
+++ b/irc/irssi/Makefile
@@ -7,7 +7,7 @@
PORTNAME= irssi
PORTVERSION= 0.7.28-3
-CATEGORIES= irc ipv6
+CATEGORIES= irc ipv6 gnome
MASTER_SITES= http://xlife.dhs.org/irssi/files/
MAINTAINER= jim@FreeBSD.org
@@ -15,7 +15,7 @@ MAINTAINER= jim@FreeBSD.org
LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \
PropList.2:${PORTSDIR}/devel/libPropList
.if defined(WITH_GNOME)
-LIB_DEPENDS+= gnome.3:${PORTSDIR}/x11/gnomelibs
+LIB_DEPENDS+= gnome.4:${PORTSDIR}/x11/gnomelibs
.endif
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
diff --git a/irc/xchat-devel/Makefile b/irc/xchat-devel/Makefile
index 1a68264dc3b1..58a727ec244c 100644
--- a/irc/xchat-devel/Makefile
+++ b/irc/xchat-devel/Makefile
@@ -7,7 +7,7 @@
PORTNAME= xchat
PORTVERSION= 1.5.2
-CATEGORIES= irc
+CATEGORIES= irc gnome
MASTER_SITES= http://xchat.org/files/source/1.5/ \
http://xchat.linuxpower.org/files/source/1.5/
@@ -19,7 +19,7 @@ BUILD_DEPENDS+= ${LOCALBASE}/lib/libsocks5.a:${PORTSDIR}/net/socks5
LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \
Imlib.5:${PORTSDIR}/graphics/imlib
.if defined(WITH_GNOME)
-LIB_DEPENDS+= gnome.3:${PORTSDIR}/x11/gnomelibs
+LIB_DEPENDS+= gnome.4:${PORTSDIR}/x11/gnomelibs
.endif
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
diff --git a/irc/xchat-gnome/Makefile b/irc/xchat-gnome/Makefile
index 1a68264dc3b1..58a727ec244c 100644
--- a/irc/xchat-gnome/Makefile
+++ b/irc/xchat-gnome/Makefile
@@ -7,7 +7,7 @@
PORTNAME= xchat
PORTVERSION= 1.5.2
-CATEGORIES= irc
+CATEGORIES= irc gnome
MASTER_SITES= http://xchat.org/files/source/1.5/ \
http://xchat.linuxpower.org/files/source/1.5/
@@ -19,7 +19,7 @@ BUILD_DEPENDS+= ${LOCALBASE}/lib/libsocks5.a:${PORTSDIR}/net/socks5
LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \
Imlib.5:${PORTSDIR}/graphics/imlib
.if defined(WITH_GNOME)
-LIB_DEPENDS+= gnome.3:${PORTSDIR}/x11/gnomelibs
+LIB_DEPENDS+= gnome.4:${PORTSDIR}/x11/gnomelibs
.endif
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
diff --git a/irc/xchat/Makefile b/irc/xchat/Makefile
index 1a68264dc3b1..58a727ec244c 100644
--- a/irc/xchat/Makefile
+++ b/irc/xchat/Makefile
@@ -7,7 +7,7 @@
PORTNAME= xchat
PORTVERSION= 1.5.2
-CATEGORIES= irc
+CATEGORIES= irc gnome
MASTER_SITES= http://xchat.org/files/source/1.5/ \
http://xchat.linuxpower.org/files/source/1.5/
@@ -19,7 +19,7 @@ BUILD_DEPENDS+= ${LOCALBASE}/lib/libsocks5.a:${PORTSDIR}/net/socks5
LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \
Imlib.5:${PORTSDIR}/graphics/imlib
.if defined(WITH_GNOME)
-LIB_DEPENDS+= gnome.3:${PORTSDIR}/x11/gnomelibs
+LIB_DEPENDS+= gnome.4:${PORTSDIR}/x11/gnomelibs
.endif
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
diff --git a/irc/xchat1/Makefile b/irc/xchat1/Makefile
index 1a68264dc3b1..58a727ec244c 100644
--- a/irc/xchat1/Makefile
+++ b/irc/xchat1/Makefile
@@ -7,7 +7,7 @@
PORTNAME= xchat
PORTVERSION= 1.5.2
-CATEGORIES= irc
+CATEGORIES= irc gnome
MASTER_SITES= http://xchat.org/files/source/1.5/ \
http://xchat.linuxpower.org/files/source/1.5/
@@ -19,7 +19,7 @@ BUILD_DEPENDS+= ${LOCALBASE}/lib/libsocks5.a:${PORTSDIR}/net/socks5
LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \
Imlib.5:${PORTSDIR}/graphics/imlib
.if defined(WITH_GNOME)
-LIB_DEPENDS+= gnome.3:${PORTSDIR}/x11/gnomelibs
+LIB_DEPENDS+= gnome.4:${PORTSDIR}/x11/gnomelibs
.endif
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
diff --git a/irc/xchat2/Makefile b/irc/xchat2/Makefile
index 1a68264dc3b1..58a727ec244c 100644
--- a/irc/xchat2/Makefile
+++ b/irc/xchat2/Makefile
@@ -7,7 +7,7 @@
PORTNAME= xchat
PORTVERSION= 1.5.2
-CATEGORIES= irc
+CATEGORIES= irc gnome
MASTER_SITES= http://xchat.org/files/source/1.5/ \
http://xchat.linuxpower.org/files/source/1.5/
@@ -19,7 +19,7 @@ BUILD_DEPENDS+= ${LOCALBASE}/lib/libsocks5.a:${PORTSDIR}/net/socks5
LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \
Imlib.5:${PORTSDIR}/graphics/imlib
.if defined(WITH_GNOME)
-LIB_DEPENDS+= gnome.3:${PORTSDIR}/x11/gnomelibs
+LIB_DEPENDS+= gnome.4:${PORTSDIR}/x11/gnomelibs
.endif
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config