Fix path to makedepend.

This commit is contained in:
ajacoutot 2012-04-28 10:20:23 +00:00
parent 33bfbaac90
commit 107ee17c37

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.72 2012/04/20 20:54:16 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.73 2012/04/28 10:20:23 ajacoutot Exp $
SHARED_ONLY= Yes
@ -11,6 +11,8 @@ PKGNAME-main= ${DISTNAME}
FULLPKGNAME-perl=cyrus-imapd-perl-${V}
FULLPKGPATH-perl=mail/cyrus-imapd,-perl
REVISION-main= 0
CATEGORIES= mail
HOMEPAGE= http://www.cyrusimap.org/
@ -49,7 +51,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I/usr/include/kerberosV" \
LDFLAGS="-L${LOCALBASE}/lib" \
ac_cv_lib_resolv_res_search=no \
ac_cv_sys_long_file_names=yes \
MAKEDEPEND=""
MAKEDEPEND="makedepend"
CONFIGURE_ARGS= --with-service-path=${LOCALBASE}/libexec/cyrus-imapd \
--with-bdb \
--with-bdb-libdir=${LOCALBASE}/lib/db4 \