diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2000-11-06 19:39:43 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2000-11-06 19:39:43 +0000 |
commit | 65c8663f357b3526eadd5d1c9528ff0ecb048274 (patch) | |
tree | 9550c41e71921096ffa275e4bc49317944bead18 /irc/xchat1/Makefile | |
parent | 49d650df1cabd4244e71386bfc17042052dd02e3 (diff) | |
download | ports-65c8663f357b3526eadd5d1c9528ff0ecb048274.tar.gz ports-65c8663f357b3526eadd5d1c9528ff0ecb048274.zip |
Notes
Diffstat (limited to 'irc/xchat1/Makefile')
-rw-r--r-- | irc/xchat1/Makefile | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/irc/xchat1/Makefile b/irc/xchat1/Makefile index 9bc401a1ed4d..7f55005addb5 100644 --- a/irc/xchat1/Makefile +++ b/irc/xchat1/Makefile @@ -12,6 +12,9 @@ MASTER_SITES= http://xchat.org/files/source/1.4/ \ http://xchat.linuxpower.org/files/source/1.4/ MAINTAINER= jim@FreeBSD.org +# This port has a slave port japanese/xchat. Do not carelessly overwrite +# the variables or the targets defined in it. When you need to, please +# contact its maintainer. USE_X_PREFIX= yes USE_BZIP2= yes @@ -20,11 +23,13 @@ USE_PERL5= yes USE_IMLIB= yes WANT_GNOME= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --disable-python +# Assign with `+=' for slave ports +CONFIGURE_ARGS+=--disable-python .include <bsd.port.pre.mk> .if defined(WITH_SOCKS) +# Assign with `+=' for slave ports BUILD_DEPENDS+= ${LOCALBASE}/lib/libsocks5.a:${PORTSDIR}/net/socks5 CONFIGURE_ARGS+=--enable-socks .endif @@ -36,7 +41,7 @@ CONFIGURE_ARGS+=--enable-gnome --enable-panel --enable-gdk-pixbuf CONFIGURE_ARGS+=--disable-gnome --disable-gdk-pixbuf .endif -pre-patch: +post-patch: @${PERL} -pi -e 's|-lpthread|-pthread|g ; \ s|DATADIRNAME=lib|DATADIRNAME=share|g ; \ s|USE_INCLUDED_LIBINTL=yes|#USE_INCLUDED_LIBINTL=yes|g ; \ |