From 5ded541e8fcaa74387faba95cc2558d6662ba70f Mon Sep 17 00:00:00 2001 From: joerg Date: Mon, 4 Jan 2010 16:27:48 +0000 Subject: rehash isn't really used, so effectively disable the check. Package still doesn't build as it always includes the ldap stuff. --- mail/courier-mta/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'mail/courier-mta/Makefile') diff --git a/mail/courier-mta/Makefile b/mail/courier-mta/Makefile index 3e37449ff73..1f0af5aca71 100644 --- a/mail/courier-mta/Makefile +++ b/mail/courier-mta/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2008/10/19 19:18:11 he Exp $ +# $NetBSD: Makefile,v 1.27 2010/01/04 16:27:48 joerg Exp $ DISTNAME= courier-${COURIER_VERSION} PKGNAME= ${DISTNAME:S/-/-mta-/} @@ -29,6 +29,10 @@ PLIST_SRC+= ${PKGDIR}/PLIST .include "pkginstall.mk" .include "options.mk" +.if ${OPSYS} == "NetBSD" +CONFIGURE_ARGS+= ac_cv_path_REHASH=${FALSE} +.endif + USERGROUP_PHASE= configure CONFIGURE_ENV+= CERTTOOL=${COURIER_CERTTOOL:Q} -- cgit v1.2.3