diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-02-07 19:21:11 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-02-07 19:21:11 +0000 |
commit | 73050305304492f989a7d6677ac64e1f3e2670e0 (patch) | |
tree | f10dd6af7a7f29e367043e036534a5f00a0ad13d /irc | |
parent | ad33b9c6732ba9466070be1bd8618f82c0af7027 (diff) | |
download | ports-73050305304492f989a7d6677ac64e1f3e2670e0.tar.gz ports-73050305304492f989a7d6677ac64e1f3e2670e0.zip |
Chase gtk20's shared lib version.
Notes
Notes:
svn path=/head/; revision=75044
Diffstat (limited to 'irc')
-rw-r--r-- | irc/xchat-gnome/Makefile | 3 | ||||
-rw-r--r-- | irc/xchat2/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/irc/xchat-gnome/Makefile b/irc/xchat-gnome/Makefile index 34a175d3e3ba..9a273533040f 100644 --- a/irc/xchat-gnome/Makefile +++ b/irc/xchat-gnome/Makefile @@ -7,6 +7,7 @@ PORTNAME= xchat2 PORTVERSION= 1.9.8 +PORTREVISION= 1 CATEGORIES= irc gnome ipv6 MASTER_SITES= http://xchat.org/files/source/1.9/ \ http://xchat.linuxpower.org/files/source/1.9/ @@ -14,7 +15,7 @@ DISTNAME= xchat-${PORTVERSION} MAINTAINER= gnome@FreeBSD.org -LIB_DEPENDS= gtk-x11-2.0.0:${PORTSDIR}/x11-toolkits/gtk20 +LIB_DEPENDS= gtk-x11-2.0.200:${PORTSDIR}/x11-toolkits/gtk20 USE_X_PREFIX= yes USE_BZIP2= yes diff --git a/irc/xchat2/Makefile b/irc/xchat2/Makefile index 34a175d3e3ba..9a273533040f 100644 --- a/irc/xchat2/Makefile +++ b/irc/xchat2/Makefile @@ -7,6 +7,7 @@ PORTNAME= xchat2 PORTVERSION= 1.9.8 +PORTREVISION= 1 CATEGORIES= irc gnome ipv6 MASTER_SITES= http://xchat.org/files/source/1.9/ \ http://xchat.linuxpower.org/files/source/1.9/ @@ -14,7 +15,7 @@ DISTNAME= xchat-${PORTVERSION} MAINTAINER= gnome@FreeBSD.org -LIB_DEPENDS= gtk-x11-2.0.0:${PORTSDIR}/x11-toolkits/gtk20 +LIB_DEPENDS= gtk-x11-2.0.200:${PORTSDIR}/x11-toolkits/gtk20 USE_X_PREFIX= yes USE_BZIP2= yes |