From 9b41fd3b79022732218635bb77a87fbadb7a3a79 Mon Sep 17 00:00:00 2001 From: Akinori MUSHA Date: Fri, 9 Mar 2001 12:19:42 +0000 Subject: The condition for checking whether the system supports IPv6 was reversed. D'oh! Submitted by: OKAZAKI Tetsurou --- www/wyvern/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/wyvern/Makefile b/www/wyvern/Makefile index 92b4dff4fae7..64204987e437 100644 --- a/www/wyvern/Makefile +++ b/www/wyvern/Makefile @@ -7,7 +7,7 @@ PORTNAME= wyvern PORTVERSION= 1.0.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www ipv6 MASTER_SITES= http://www.MysticWALL.com/software/src/ @@ -25,7 +25,7 @@ MAKE_ARGS= rcdir="${LOCALBASE}/etc/rc.d" .include -.if ${OSVERSION} < 400014 +.if ${OSVERSION} >= 400014 CONFIGURE_ARGS+= --enable-ipv6 .endif -- cgit v1.2.3