diff options
Diffstat (limited to 'chat/silc-server/Makefile')
-rw-r--r-- | chat/silc-server/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/chat/silc-server/Makefile b/chat/silc-server/Makefile index 6b874a367dc..6909c8431cb 100644 --- a/chat/silc-server/Makefile +++ b/chat/silc-server/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.8 2002/03/03 23:49:49 hubertf Exp $ +# $NetBSD: Makefile,v 1.9 2002/03/29 11:34:51 rh Exp $ -DISTNAME= silc-server-0.8 +DISTNAME= silc-server-0.8.1 CATEGORIES= chat MASTER_SITES= http://www.silcnet.org/download/server/sources/ \ ftp://ftp.silcnet.org/silc/server/sources/ \ @@ -56,6 +56,10 @@ CONFIGURE_ARGS+= --with-silcd-pid-file=/var/run/silcd.pid CONFIGURE_ARGS+= --with-logsdir=/var/log/silcd CONFIGURE_ARGS+= --without-ncurses +# list it into IPv6-ready packages +BUILD_DEFS+= USE_INET6 +CONFIGURE_ARGS+= --enable-ipv6 + # If you want to debug silc-server, uncomment this # #CONFIGURE_ARGS+= --enable-debug |