summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2016-12-12 14:22:01 +0000
committerwiz <wiz@pkgsrc.org>2016-12-12 14:22:01 +0000
commitf143cfc038f152331c8c6c8459270713ee875762 (patch)
tree56a0a4b227d8c2c2dbdec79b3d753e60c57bf4ff /mail
parentcf13ccf1ec63b2a9490833e431483b310a6ad59b (diff)
downloadpkgsrc-f143cfc038f152331c8c6c8459270713ee875762.tar.gz
Revert "Specify readline requirement on 30 packages"
Many of these definitely do not depend on readline. So there must be a different underlying problem, and that should be tracked down instead of papering over it.
Diffstat (limited to 'mail')
-rw-r--r--mail/dovecot2-gssapi/Makefile3
-rw-r--r--mail/dovecot2-sqlite/Makefile3
2 files changed, 2 insertions, 4 deletions
diff --git a/mail/dovecot2-gssapi/Makefile b/mail/dovecot2-gssapi/Makefile
index efc2303bf93..703e37b6167 100644
--- a/mail/dovecot2-gssapi/Makefile
+++ b/mail/dovecot2-gssapi/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2016/12/04 03:51:16 marino Exp $
+# $NetBSD: Makefile,v 1.3 2016/12/12 14:22:03 wiz Exp $
#
.include "../../mail/dovecot2/Makefile.plugin"
@@ -16,5 +16,4 @@ do-install:
${DESTDIR}${PREFIX}/lib/dovecot/auth
.include "../../mk/krb5.buildlink3.mk"
-.include "../../devel/readline/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/mail/dovecot2-sqlite/Makefile b/mail/dovecot2-sqlite/Makefile
index b5d55a943d3..ef1bd825f4a 100644
--- a/mail/dovecot2-sqlite/Makefile
+++ b/mail/dovecot2-sqlite/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2016/12/04 05:17:32 ryoon Exp $
+# $NetBSD: Makefile,v 1.4 2016/12/12 14:22:03 wiz Exp $
#
PKGREVISION= 1
@@ -22,5 +22,4 @@ do-install:
${DESTDIR}${PREFIX}/lib/dovecot/dict/libdriver_sqlite.so
.include "../../databases/sqlite3/buildlink3.mk"
-.include "../../devel/readline/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"