summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorobache <obache>2011-01-10 12:28:12 +0000
committerobache <obache>2011-01-10 12:28:12 +0000
commitad37d7f87d87780a5797a6065c149a2b61e94740 (patch)
tree63a610c27c633f8ed2ae1c7595d64d2ed5751bd5 /sysutils
parent28f8413779094257ba4c9254040a1e44914037cf (diff)
downloadpkgsrc-ad37d7f87d87780a5797a6065c149a2b61e94740.tar.gz
require tcp_wrappers to build.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/tits/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/tits/Makefile b/sysutils/tits/Makefile
index 2c679f6b15a..271adfc5f95 100644
--- a/sysutils/tits/Makefile
+++ b/sysutils/tits/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2011/01/10 12:15:13 obache Exp $
+# $NetBSD: Makefile,v 1.23 2011/01/10 12:28:12 obache Exp $
#
DISTNAME= tits-1.2.2
@@ -30,4 +30,5 @@ post-patch:
post-install:
${INSTALL_DATA} ${WRKSRC}/tits.conf ${DESTDIR}${PREFIX}/share/examples/
+.include "../../security/tcp_wrappers/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"