aboutsummaryrefslogtreecommitdiffstats
path: root/net/silc-server/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/silc-server/Makefile')
-rw-r--r--net/silc-server/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/net/silc-server/Makefile b/net/silc-server/Makefile
index e9c849f6bf1f..617e3f264ed3 100644
--- a/net/silc-server/Makefile
+++ b/net/silc-server/Makefile
@@ -6,8 +6,8 @@
#
PORTNAME= silc
-PORTVERSION= 0.7.7
-CATEGORIES= net security
+PORTVERSION= 0.7.9
+CATEGORIES= net ipv6 security
MASTER_SITES= http://www.silcnet.org/download/server/sources/ \
ftp://ftp.silcnet.org/silc/server/sources/ \
http://www.planetmirror.com/pub/silcnet/server/sources/ \
@@ -72,6 +72,10 @@ post-install:
WITHOUT_OPTIMIZED_ASM= yes
.endif
+.if ${OSVERSION} >= 400014
+CONFIGURE_ARGS+= --enable-ipv6
+.endif
+
.ifdef(WITHOUT_OPTIMIZED_ASM)
CONFIGURE_ARGS+= --disable-asm
.endif