summaryrefslogtreecommitdiff
path: root/comms/kermit/options.mk
diff options
context:
space:
mode:
authorbsiegert <bsiegert@pkgsrc.org>2015-01-17 15:30:03 +0000
committerbsiegert <bsiegert@pkgsrc.org>2015-01-17 15:30:03 +0000
commitc44544e69a8cc074bf5a7e7648e8909a6a1bda20 (patch)
tree81ae28fd2a2901774be3c7efcfeef246e50214cb /comms/kermit/options.mk
parent316fce69e2b77a53cc6af8f8abcd01964e85affd (diff)
downloadpkgsrc-c44544e69a8cc074bf5a7e7648e8909a6a1bda20.tar.gz
Switch license to modified-bsd. Move socks4 option over to use dante.
Patch provided by Kirk Russell in PR pkg/49546.
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