diff options
-rw-r--r-- | www/wyvern/Makefile | 4 |
1 files 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 <bsd.port.pre.mk> -.if ${OSVERSION} < 400014 +.if ${OSVERSION} >= 400014 CONFIGURE_ARGS+= --enable-ipv6 .endif |