summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrodent <rodent@pkgsrc.org>2014-05-06 03:45:36 +0000
committerrodent <rodent@pkgsrc.org>2014-05-06 03:45:36 +0000
commit4833a6f150ffd9acf7cde0ec606385c378a7acdf (patch)
tree67ef389d89e7999b4dc6ff5339572ad2c8bbe6fe
parent9ff3128c76dcca12ceaccd9389f57c470b044db8 (diff)
downloadpkgsrc-4833a6f150ffd9acf7cde0ec606385c378a7acdf.tar.gz
Buildlink libiconv using build dependency method for OpenBSD. The courier-
{authlib,maildir} packages won't build otherwise (at least with PREFER_PKGSRC=yes).
-rw-r--r--security/courier-authlib/Makefile.common7
1 files changed, 6 insertions, 1 deletions
diff --git a/security/courier-authlib/Makefile.common b/security/courier-authlib/Makefile.common
index b6497306e49..d02d2a6f96d 100644
--- a/security/courier-authlib/Makefile.common
+++ b/security/courier-authlib/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.13 2012/03/09 15:15:30 fhajny Exp $
+# $NetBSD: Makefile.common,v 1.14 2014/05/06 03:45:36 rodent Exp $
#
# used by mail/courier-mta/Makefile.common
@@ -24,3 +24,8 @@ CONFIGURE_ARGS+= --with-mailgroup=${COURIER_GROUP}
.if ${OPSYS} == "SunOS"
CONFIGURE_ARGS+= --with-waitfunc=wait3
.endif
+
+.if ${OPSYS} == "OpenBSD"
+BUILDLINK_DEPMETHOD.libiconv?= build
+.include "../../converters/libiconv/buildlink3.mk"
+.endif