summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2017-05-12 11:42:50 +0000
committerjperkin <jperkin@pkgsrc.org>2017-05-12 11:42:50 +0000
commit02e11f053df5b72b08ca78bff68a00b1e01a2e4b (patch)
tree171f15fcf1302c411e2184cf10425e81f8167e13 /mail
parent167939032b14e118439e420178d86303bff799eb (diff)
downloadpkgsrc-02e11f053df5b72b08ca78bff68a00b1e01a2e4b.tar.gz
Requires libiconv.
Diffstat (limited to 'mail')
-rw-r--r--mail/courier-unicode/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/courier-unicode/Makefile b/mail/courier-unicode/Makefile
index f4173ed9a7f..ba556e6c615 100644
--- a/mail/courier-unicode/Makefile
+++ b/mail/courier-unicode/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2017/02/17 17:08:14 joerg Exp $
+# $NetBSD: Makefile,v 1.3 2017/05/12 11:42:50 jperkin Exp $
DISTNAME= courier-unicode-1.4
CATEGORIES= mail
@@ -18,4 +18,5 @@ GNU_CONFIGURE= yes
pre-configure:
(cd ${WRKSRC}; autoconf; aclocal; automake)
+.include "../../converters/libiconv/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"