summaryrefslogtreecommitdiff
path: root/net/tacacs
diff options
context:
space:
mode:
authorjperkin <jperkin>2016-03-03 13:26:00 +0000
committerjperkin <jperkin>2016-03-03 13:26:00 +0000
commit28e5de235a2427f760df77ba42e8f8a611655112 (patch)
treeba51eeb3ce2f3e027c1c0fc96cc7c9d4211177bd /net/tacacs
parente25bd418cc1e49393005f4d6109eb83897fec2ee (diff)
downloadpkgsrc-28e5de235a2427f760df77ba42e8f8a611655112.tar.gz
Requires tcp_wrappers.
Diffstat (limited to 'net/tacacs')
-rw-r--r--net/tacacs/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/tacacs/Makefile b/net/tacacs/Makefile
index 786cf413db2..1cc71d30d78 100644
--- a/net/tacacs/Makefile
+++ b/net/tacacs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2016/02/26 11:40:30 jperkin Exp $
+# $NetBSD: Makefile,v 1.20 2016/03/03 13:26:00 jperkin Exp $
VERSION= 4.0.4.28
DISTNAME= tacacs-F${VERSION}
@@ -24,4 +24,5 @@ MAKE_FLAGS.SunOS+= OS=-DSOLARIS OSLIBS="-lsocket -lnsl"
INSTALLATION_DIRS= ${PKGMANDIR}/man8 sbin
+.include "../../security/tcp_wrappers/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"