summaryrefslogtreecommitdiff
path: root/mail/opensmtpd
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
commit0b6a0b05ed592bbd29656b7db486e11b9b5e657f (patch)
tree3a8b474e3de487f062efc4c0cd372391f92171a0 /mail/opensmtpd
parent8bae23fc551996ceddef8e729875936ec64306de (diff)
downloadpkgsrc-0b6a0b05ed592bbd29656b7db486e11b9b5e657f.tar.gz
Explicitly depend on zlib and yacc. From ISIHARA Takanori in PR 49116.
Diffstat (limited to 'mail/opensmtpd')
-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"