diff options
author | Jim Mock <jim@FreeBSD.org> | 2001-11-03 11:51:15 +0000 |
---|---|---|
committer | Jim Mock <jim@FreeBSD.org> | 2001-11-03 11:51:15 +0000 |
commit | 442bd9f4be85d3c7f8f3a684039776532242a233 (patch) | |
tree | 9d6cc85a418eb9cf79b803fbf624642fe6cb93a8 /irc/xchat1/Makefile | |
parent | 799a95696c0157e64869dcf143b27e3edd8edf5b (diff) | |
download | ports-442bd9f4be85d3c7f8f3a684039776532242a233.tar.gz ports-442bd9f4be85d3c7f8f3a684039776532242a233.zip |
Notes
Diffstat (limited to 'irc/xchat1/Makefile')
-rw-r--r-- | irc/xchat1/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/irc/xchat1/Makefile b/irc/xchat1/Makefile index dc0b49b6a3ac..e4c6b80aecf9 100644 --- a/irc/xchat1/Makefile +++ b/irc/xchat1/Makefile @@ -6,8 +6,7 @@ # PORTNAME= xchat -PORTVERSION= 1.8.4 -PORTREVISION= 1 +PORTVERSION= 1.8.5 CATEGORIES+= irc gnome ipv6 MASTER_SITES= http://xchat.org/files/source/1.8/ \ http://xchat.linuxpower.org/files/source/1.8/ @@ -36,7 +35,8 @@ CONFIGURE_ARGS+= --disable-python \ --without-included-gettext \ --enable-nls \ --enable-ipv6 \ - --datadir="${PREFIX}/share" + --datadir="${PREFIX}/share" \ + --enable-perl .include <bsd.port.pre.mk> @@ -60,10 +60,6 @@ MAKE_ARGS= icondir="${PREFIX}/share/gnome/pixmaps" CONFIGURE_ARGS+= --disable-gnome --disable-gdk-pixbuf --disable-zvt .endif -.if ${OSVERSION} < 500007 -CONFIGURE_ARGS+= --disable-perl -.endif - post-patch: @${PERL} -pi \ -e 's|-lpthread|${PTHREAD_LIBS}|g;' \ |