summaryrefslogtreecommitdiff
path: root/irc/xchat-devel/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'irc/xchat-devel/Makefile')
-rw-r--r--irc/xchat-devel/Makefile47
1 files changed, 23 insertions, 24 deletions
diff --git a/irc/xchat-devel/Makefile b/irc/xchat-devel/Makefile
index a15774070c9a..4ac8f8b54c0e 100644
--- a/irc/xchat-devel/Makefile
+++ b/irc/xchat-devel/Makefile
@@ -5,41 +5,40 @@
# $FreeBSD$
#
-PORTNAME= xchat
-PORTVERSION= 1.5.7
-PORTREVISION= 1
-CATEGORIES= irc gnome
-MASTER_SITES= http://xchat.org/files/source/1.5/ \
- http://xchat.linuxpower.org/files/source/1.5/
-
-MAINTAINER= jim@FreeBSD.org
-
-USE_X_PREFIX= yes
-USE_BZIP2= yes
-USE_GMAKE= yes
-USE_PERL5= yes
-USE_IMLIB= yes
-WANT_GNOME= yes
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --disable-python
+PORTNAME= xchat
+PORTVERSION= 1.5.8
+CATEGORIES= irc gnome
+MASTER_SITES= http://xchat.org/files/source/1.5/ \
+ http://xchat.linuxpower.org/files/source/1.5/
+
+MAINTAINER= jim@FreeBSD.org
+
+USE_X_PREFIX= yes
+USE_BZIP2= yes
+USE_GMAKE= yes
+USE_PERL5= yes
+USE_IMLIB= yes
+WANT_GNOME= yes
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS= --disable-python
.include <bsd.port.pre.mk>
.if defined(WITH_SOCKS)
-BUILD_DEPENDS+= ${LOCALBASE}/lib/libsocks5.a:${PORTSDIR}/net/socks5
-CONFIGURE_ARGS+=--enable-socks
+BUILD_DEPENDS+= ${LOCALBASE}/lib/libsocks5.a:${PORTSDIR}/net/socks5
+CONFIGURE_ARGS+= --enable-socks
.endif
.if defined(WITH_SSL)
-USE_OPENSSL= YES
-CONFIGURE_ARGS+=--enable-openssl
+USE_OPENSSL= YES
+CONFIGURE_ARGS+= --enable-openssl
.endif
.if defined(HAVE_GNOME)
-USE_GNOME= yes
-CONFIGURE_ARGS+=--enable-gnome --enable-panel --enable-gdk-pixbuf
+USE_GNOME= yes
+CONFIGURE_ARGS+= --enable-gnome --enable-panel --enable-gdk-pixbuf
.else
-CONFIGURE_ARGS+=--disable-gnome --disable-gdk-pixbuf
+CONFIGURE_ARGS+= --disable-gnome --disable-gdk-pixbuf
.endif
pre-patch: