summaryrefslogtreecommitdiff
path: root/comms/kermit/options.mk
diff options
context:
space:
mode:
Diffstat (limited to 'comms/kermit/options.mk')
-rw-r--r--comms/kermit/options.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/comms/kermit/options.mk b/comms/kermit/options.mk
index fbf1f7385a9..2a072550e43 100644
--- a/comms/kermit/options.mk
+++ b/comms/kermit/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.4 2011/08/25 14:54:06 hans Exp $
+# $NetBSD: options.mk,v 1.5 2015/01/17 15:30:03 bsiegert Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.kermit
PKG_SUPPORTED_OPTIONS= kermit-suid-uucp ssl kerberos
@@ -22,9 +22,9 @@ SPECIAL_PERMS+= bin/kermit ${UUCP_USER} ${UUCP_GROUP} 4555
### SOCKS firewall support.
###
.if !empty(PKG_OPTIONS:Msocks4)
-KFLAGS+= -DSOCKS
-LIBS+= -L${BUILDLINK_PREFIX.socks4}/lib -lsocks4
-.include "../../net/socks4/buildlink3.mk"
+KFLAGS+= -DSOCKS -DCK_SOCKS
+LIBS+= -L${BUILDLINK_PREFIX.dante}/lib -lsocks
+.include "../../net/dante/buildlink3.mk"
.elif !empty(PKG_OPTIONS:Msocks5)
KFLAGS+= -DSOCKS -DCK_SOCKS5
LIBS+= -L${BUILDLINK_PREFIX.socks5}/lib -lsocks5