diff options
author | joerg <joerg@pkgsrc.org> | 2010-01-04 16:27:48 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2010-01-04 16:27:48 +0000 |
commit | 21ba4f7236876f60e55eb754a26d2e0c2af9549a (patch) | |
tree | 6fc81f6f2b74a0d87227ca064975f5c005106a41 /mail | |
parent | 0f4d7517acc6957e5659e937752b081f9c347ff7 (diff) | |
download | pkgsrc-21ba4f7236876f60e55eb754a26d2e0c2af9549a.tar.gz |
rehash isn't really used, so effectively disable the check.
Package still doesn't build as it always includes the ldap stuff.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/courier-mta/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
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} |