tsocks: SunOS needs libnsl.

This commit is contained in:
jperkin 2023-06-26 09:28:08 +00:00
parent 7211435038
commit 2415ae8320
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.22 2020/11/11 16:22:54 jperkin Exp $
# $NetBSD: Makefile,v 1.23 2023/06/26 09:28:08 jperkin Exp $
DISTNAME= tsocks-1.8beta5
PKGREVISION= 4
@ -19,6 +19,8 @@ USE_LIBTOOL= yes
CONFIGURE_ARGS+= --with-conf=${PKG_SYSCONFDIR}/tsocks.conf
LIBS.SunOS+= -lnsl
EGDIR= ${PREFIX}/share/examples/tsocks
.include "../../mk/bsd.prefs.mk"