diff options
author | marcus <marcus@FreeBSD.org> | 2003-02-07 19:21:11 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-02-07 19:21:11 +0000 |
commit | 6b198f239cff556fec7fb4d7707acb9f8c867de4 (patch) | |
tree | b6c260234d5131f8b40736f90f317645b8519c8a /irc/xchat-gnome | |
parent | b17fb33cdbe95c37c447823066b00b5276998ff0 (diff) | |
download | FreeBSD-ports-6b198f239cff556fec7fb4d7707acb9f8c867de4.zip FreeBSD-ports-6b198f239cff556fec7fb4d7707acb9f8c867de4.tar.gz |
Chase gtk20's shared lib version.
Diffstat (limited to 'irc/xchat-gnome')
-rw-r--r-- | irc/xchat-gnome/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/irc/xchat-gnome/Makefile b/irc/xchat-gnome/Makefile index 34a175d..9a27353 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 |