diff options
Diffstat (limited to 'irc/xchat2/Makefile')
-rw-r--r-- | irc/xchat2/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/irc/xchat2/Makefile b/irc/xchat2/Makefile index 4889169cbb54..545265bada3c 100644 --- a/irc/xchat2/Makefile +++ b/irc/xchat2/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: xchat -# Version required: 1.3.4 +# Version required: 1.3.5 # Date created: 17 Nov 1998 # Whom: Jim Mock <jim@FreeBSD.org> # # $FreeBSD$ # -DISTNAME= xchat-1.3.4 +DISTNAME= xchat-1.3.5 CATEGORIES= irc MASTER_SITES= http://xchat.org/files/v1.3/ \ http://xchat.linuxpower.org/files/v1.3/ @@ -23,7 +23,7 @@ USE_BZIP2= yes USE_GMAKE= yes USE_PERL5= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --disable-nls +CONFIGURE_ARGS= --disable-nls --disable-debug .if defined(USE_GNOME) CONFIGURE_ARGS+= --enable-gnome |