summaryrefslogtreecommitdiff
path: root/chat/silc-client/Makefile
diff options
context:
space:
mode:
authorsalo <salo@pkgsrc.org>2003-11-27 12:40:53 +0000
committersalo <salo@pkgsrc.org>2003-11-27 12:40:53 +0000
commitfb9eda97eee57366222bc8a1fe875321716115ba (patch)
treeda18b915a1f03039c703f60f668b1c73c1ef7325 /chat/silc-client/Makefile
parent58608adddc896f59802b6460e365fe75edf458fa (diff)
downloadpkgsrc-fb9eda97eee57366222bc8a1fe875321716115ba.tar.gz
Update to version 1.0
Changes: - disable perl support. it's broken and needs patches for lang/perl5[8] which won't be applied during the freeze 1.0: ==== - Help file updates.
Diffstat (limited to 'chat/silc-client/Makefile')
-rw-r--r--chat/silc-client/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/chat/silc-client/Makefile b/chat/silc-client/Makefile
index 54c3f7e03b4..8e2c5a42391 100644
--- a/chat/silc-client/Makefile
+++ b/chat/silc-client/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2003/11/01 16:45:13 salo Exp $
+# $NetBSD: Makefile,v 1.30 2003/11/27 12:40:53 salo Exp $
#
DISTNAME= ${SILC_CLIENT_DISTNAME}
@@ -61,7 +61,11 @@ CONFIGURE_ARGS+= --enable-ipv6
# Optional support for perl scripting.
# If you want to disable it, set SILC_CLIENT_WITH_PERL to NO
# in your /etc/mk.conf
+
+# XXX: perl support is currently broken (bug in perl) so disable it.
#
+SILC_CLIENT_WITH_PERL= NO
+
.if defined(SILC_CLIENT_WITH_PERL) && !empty(SILC_CLIENT_WITH_PERL:M[Yy][Ee][Ss])
CONFIGURE_ARGS+= --with-perl-lib=${PREFIX}/lib/silc/perl5
.include "../../lang/perl5/buildlink2.mk"