summaryrefslogtreecommitdiff
path: root/net/bftpd
diff options
context:
space:
mode:
authorwiedi <wiedi@pkgsrc.org>2016-09-18 18:08:49 +0000
committerwiedi <wiedi@pkgsrc.org>2016-09-18 18:08:49 +0000
commit3a4297545524d44e51b75b7e504e5fe7d1ae284b (patch)
treefc76420162a845c1f8d6824bf3515c044f45ecfb /net/bftpd
parent7c5e6c64abc702fcb9c6a89f26c4e4623589dfa7 (diff)
downloadpkgsrc-3a4297545524d44e51b75b7e504e5fe7d1ae284b.tar.gz
wants zlib
Diffstat (limited to 'net/bftpd')
-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"