summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorwiedi <wiedi>2016-09-18 18:08:49 +0000
committerwiedi <wiedi>2016-09-18 18:08:49 +0000
commit6b23828988b08d5bcaf79ceaaf19a97842739a86 (patch)
tree06ab02a1d919973dc8d711e6da77bca63d418707 /net
parentf7f69c4734113be2bb232a723de12803a0ad5483 (diff)
downloadpkgsrc-6b23828988b08d5bcaf79ceaaf19a97842739a86.tar.gz
wants zlib
Diffstat (limited to 'net')
-rw-r--r--net/bftpd/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/bftpd/Makefile b/net/bftpd/Makefile
index eb89e3b3320..1dfad329409 100644
--- a/net/bftpd/Makefile
+++ b/net/bftpd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2016/03/06 13:29:34 nros Exp $
+# $NetBSD: Makefile,v 1.17 2016/09/18 18:08:49 wiedi Exp $
#
DISTNAME= bftpd-4.4
@@ -32,4 +32,5 @@ INSTALLATION_DIRS= sbin ${PKGMANDIR}/man8 share/examples/bftpd
BUILD_DEFS+= VARBASE
+.include "../../devel/zlib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"