summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorwiedi <wiedi>2015-12-12 01:24:13 +0000
committerwiedi <wiedi>2015-12-12 01:24:13 +0000
commit04e612d2fdf75ac057625a9b6f1b03cda3d60b39 (patch)
tree2f5abb1f7cee32014d9d914ede7fdfb292dcc6be /mail
parentb407625dc268f40ca510e5cc67066bb2fcf2743f (diff)
downloadpkgsrc-04e612d2fdf75ac057625a9b6f1b03cda3d60b39.tar.gz
needs berkeley db
Diffstat (limited to 'mail')
-rw-r--r--mail/opensmtpd/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/opensmtpd/Makefile b/mail/opensmtpd/Makefile
index 63739cfcbf7..fafcf43d76b 100644
--- a/mail/opensmtpd/Makefile
+++ b/mail/opensmtpd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2015/09/03 21:07:10 sevan Exp $
+# $NetBSD: Makefile,v 1.6 2015/12/12 01:24:13 wiedi Exp $
VERSION= 5.3.3p1
DISTNAME= opensmtpd-${VERSION}
@@ -62,6 +62,7 @@ post-install:
${INSTALL_DATA} ${WRKDIR}/mailer.conf \
${DESTDIR}${EXAMPLEDIR}/mailer.conf
+.include "../../databases/db/buildlink3.mk"
.include "../../devel/libevent/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"