summaryrefslogtreecommitdiff
path: root/irc/xchat-devel
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/xchat-devel
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/xchat-devel')
-rw-r--r--irc/xchat-devel/Makefile4
1 files changed, 2 insertions, 2 deletions
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