summaryrefslogtreecommitdiff
path: root/www/wwwoffle
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2002-08-21 02:43:44 +0000
committergrant <grant@pkgsrc.org>2002-08-21 02:43:44 +0000
commit618961e5682a168bdf9883c5ef31d20eadc5e39e (patch)
treeddc8b0a52d3c8d0a0a20293b67556dd0432d6554 /www/wwwoffle
parent386e46734bbc42d97cf2cb604330fc1e133aa6a1 (diff)
downloadpkgsrc-618961e5682a168bdf9883c5ef31d20eadc5e39e.tar.gz
check that USE_INET6 is defined.
remove extraneous parenthesis around .if (${FOO} ..) conditions.
Diffstat (limited to 'www/wwwoffle')
-rw-r--r--www/wwwoffle/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/wwwoffle/Makefile b/www/wwwoffle/Makefile
index 5a9056f46c5..86428e3fe91 100644
--- a/www/wwwoffle/Makefile
+++ b/www/wwwoffle/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.42 2002/08/19 22:03:04 fredb Exp $
+# $NetBSD: Makefile,v 1.43 2002/08/21 02:43:45 grant Exp $
DISTNAME= wwwoffle-2.7d
CATEGORIES= www
@@ -77,7 +77,7 @@ finish:
.include "../../mk/bsd.prefs.mk"
-.if ${USE_INET6} == "YES"
+.if defined(USE_INET6) && ${USE_INET6} == "YES"
CONFIGURE_ARGS+= --with-ipv6
.endif