diff options
author | jim <jim@FreeBSD.org> | 2001-06-29 00:28:42 +0800 |
---|---|---|
committer | jim <jim@FreeBSD.org> | 2001-06-29 00:28:42 +0800 |
commit | 58b39ea36e55bc4090a2a1eae434377289710c32 (patch) | |
tree | 4f2e78d3bfb69db3313c388849c1195e788fd927 /irc/xchat2/Makefile | |
parent | 50964805342aaa77fd4d54b3d3a07bdcfb0f82af (diff) | |
download | freebsd-ports-gnome-58b39ea36e55bc4090a2a1eae434377289710c32.tar.gz freebsd-ports-gnome-58b39ea36e55bc4090a2a1eae434377289710c32.tar.zst freebsd-ports-gnome-58b39ea36e55bc4090a2a1eae434377289710c32.zip |
Update this to the latest and greatest "stable" version, which is 1.8.0.
As with the 1.7 development series, NLS is disabled because it needs
gettext 0.10.38 to work, which we don't have yet. For more info on the
current state of gettext, see the -ports archives.
Diffstat (limited to 'irc/xchat2/Makefile')
-rw-r--r-- | irc/xchat2/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/irc/xchat2/Makefile b/irc/xchat2/Makefile index 48f7c5ddffd8..c08ca7da883e 100644 --- a/irc/xchat2/Makefile +++ b/irc/xchat2/Makefile @@ -6,10 +6,10 @@ # PORTNAME= xchat -PORTVERSION= 1.6.4 +PORTVERSION= 1.8.0 CATEGORIES+= irc gnome -MASTER_SITES= http://xchat.org/files/source/1.6/ \ - http://xchat.linuxpower.org/files/source/1.6/ +MASTER_SITES= http://xchat.org/files/source/1.8/ \ + http://xchat.linuxpower.org/files/source/1.8/ MAINTAINER= jim@FreeBSD.org # This port has a slave port japanese/xchat. Do not carelessly overwrite @@ -24,7 +24,7 @@ USE_IMLIB= yes WANT_GNOME= yes GNU_CONFIGURE= yes # Assign with `+=' for slave ports -CONFIGURE_ARGS+= --disable-python +CONFIGURE_ARGS+= --disable-python --disable-nls .include <bsd.port.pre.mk> |