summaryrefslogtreecommitdiff
path: root/chat/scrollz
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2004-03-29 08:00:04 +0000
committerxtraeme <xtraeme@pkgsrc.org>2004-03-29 08:00:04 +0000
commitfdcb3eef5bf4cada9dfcbdfe88e0117fa7ea8afa (patch)
tree6f144f3707257cc71bee14e5d8ae8f681c964e44 /chat/scrollz
parent4039ccc99cc2c214cc18cae4eb5bba1d14909bc0 (diff)
downloadpkgsrc-fdcb3eef5bf4cada9dfcbdfe88e0117fa7ea8afa.tar.gz
bl3ify
Diffstat (limited to 'chat/scrollz')
-rw-r--r--chat/scrollz/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/chat/scrollz/Makefile b/chat/scrollz/Makefile
index c614afb37ad..dd8af1f7e5b 100644
--- a/chat/scrollz/Makefile
+++ b/chat/scrollz/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2003/08/28 20:05:16 xtraeme Exp $
+# $NetBSD: Makefile,v 1.5 2004/03/29 08:05:07 xtraeme Exp $
#
DISTNAME= ScrollZ-1.9
@@ -12,12 +12,12 @@ COMMENT= Advanced IRC client based on ircII client
BUILD_DEFS+= USE_INET6
-GNU_CONFIGURE= YES
-USE_BUILDLINK2= YES
+GNU_CONFIGURE= yes
+USE_BUILDLINK3= yes
.include "../../mk/bsd.prefs.mk"
-.if defined(USE_INET6) && ${USE_INET6} == YES
+.if defined(USE_INET6) && !empty(USE_INET6:M[Yy][Ee][Ss])
CONFIGURE_ARGS+= --enable-ipv6
.endif