diff options
author | Jim Mock <jim@FreeBSD.org> | 2001-10-02 22:41:35 +0000 |
---|---|---|
committer | Jim Mock <jim@FreeBSD.org> | 2001-10-02 22:41:35 +0000 |
commit | 1abf8daa51c3b2526cd54c4b771dd54dcd1f4ca4 (patch) | |
tree | f33dc84da7e4a149e8876a81db9a239e681f3852 /irc/xchat/Makefile | |
parent | 46d0899d52f436f8cd33595f49bc0f06563240df (diff) | |
download | ports-1abf8daa51c3b2526cd54c4b771dd54dcd1f4ca4.tar.gz ports-1abf8daa51c3b2526cd54c4b771dd54dcd1f4ca4.zip |
Notes
Diffstat (limited to 'irc/xchat/Makefile')
-rw-r--r-- | irc/xchat/Makefile | 6 |
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;' \ |