summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2014-08-17 19:05:50 +0000
committerjoerg <joerg@pkgsrc.org>2014-08-17 19:05:50 +0000
commit4fe4071ee19f52f74764500b6439c83793ba07fc (patch)
tree3a8b474e3de487f062efc4c0cd372391f92171a0 /mail
parenta64421710a8e6daa516d9d0ff97fa836fc008c96 (diff)
downloadpkgsrc-4fe4071ee19f52f74764500b6439c83793ba07fc.tar.gz
Explicitly depend on zlib and yacc. From ISIHARA Takanori in PR 49116.
Diffstat (limited to 'mail')
-rw-r--r--mail/opensmtpd/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/opensmtpd/Makefile b/mail/opensmtpd/Makefile
index 030188af9bc..65a35343352 100644
--- a/mail/opensmtpd/Makefile
+++ b/mail/opensmtpd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2014/08/17 19:03:32 joerg Exp $
+# $NetBSD: Makefile,v 1.4 2014/08/17 19:05:50 joerg Exp $
VERSION= 5.3.3p1
DISTNAME= opensmtpd-${VERSION}
@@ -18,7 +18,7 @@ BUILD_DEFS+= VARBASE
USE_LANGUAGES= c
USE_LIBTOOL= yes
-USE_TOOLS+= pkg-config
+USE_TOOLS+= pkg-config yacc
USE_TOOLS+= automake aclocal autoheader autoconf
SMTPD_HOME= ${VARBASE}/chroot/smtpd
@@ -62,4 +62,5 @@ post-install:
${DESTDIR}${EXAMPLEDIR}/mailer.conf
.include "../../devel/libevent/buildlink3.mk"
+.include "../../devel/zlib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"