aboutsummaryrefslogtreecommitdiff
path: root/irc/xchat/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'irc/xchat/Makefile')
-rw-r--r--irc/xchat/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/irc/xchat/Makefile b/irc/xchat/Makefile
index 57edd91041fc..096e76d5024b 100644
--- a/irc/xchat/Makefile
+++ b/irc/xchat/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= xchat
-PORTVERSION= 1.8.3
+PORTVERSION= 1.8.4
CATEGORIES+= irc gnome ipv6
MASTER_SITES= http://xchat.org/files/source/1.8/ \
http://xchat.linuxpower.org/files/source/1.8/
@@ -58,6 +58,10 @@ MAKE_ARGS= icondir="${PREFIX}/share/gnome/pixmaps"
CONFIGURE_ARGS+= --disable-gnome --disable-gdk-pixbuf
.endif
+.if ${OSVERSION} < 500007
+CONFIGURE_ARGS+= --disable-perl
+.endif
+
post-patch:
@${PERL} -pi \
-e 's|-lpthread|${PTHREAD_LIBS}|g;' \