diff options
author | jim <jim@FreeBSD.org> | 1999-09-01 16:35:08 +0800 |
---|---|---|
committer | jim <jim@FreeBSD.org> | 1999-09-01 16:35:08 +0800 |
commit | cb89a913b4efdff00719a8b317e57c67a9573bb6 (patch) | |
tree | c7a9eb69a36ae9a17180ff81c92a42c3c001a091 /irc/xchat-gnome/Makefile | |
parent | 3f5083f8e10b76a0ca379585500e32e82a92433e (diff) | |
download | freebsd-ports-gnome-cb89a913b4efdff00719a8b317e57c67a9573bb6.tar.gz freebsd-ports-gnome-cb89a913b4efdff00719a8b317e57c67a9573bb6.tar.zst freebsd-ports-gnome-cb89a913b4efdff00719a8b317e57c67a9573bb6.zip |
Updated to version 1.2.0
Diffstat (limited to 'irc/xchat-gnome/Makefile')
-rw-r--r-- | irc/xchat-gnome/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/irc/xchat-gnome/Makefile b/irc/xchat-gnome/Makefile index a5beaab88ab1..a91290ea9d40 100644 --- a/irc/xchat-gnome/Makefile +++ b/irc/xchat-gnome/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: xchat -# Version required: 1.1.9 +# Version required: 1.2.0 # Date created: 17 Nov 1998 # Whom: Jim Mock <jim@FreeBSD.org> # # $FreeBSD$ # -DISTNAME= xchat-1.1.9 +DISTNAME= xchat-1.2.0 CATEGORIES= irc MASTER_SITES= http://xchat.org/files/beta/ \ http://xchat.linuxpower.org/files/beta/ @@ -19,7 +19,6 @@ LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \ GTK_CONFIG?= ${X11BASE}/bin/gtk12-config USE_X_PREFIX= yes -USE_BZIP2= yes USE_GMAKE= yes USE_PERL5= yes GNU_CONFIGURE= yes |