pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/dovecot dovecot's ./configure wants pkg-config. ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/50f0cd2483d7
branches:  trunk
changeset: 515575:50f0cd2483d7
user:      ghen <ghen%pkgsrc.org@localhost>
date:      Tue Jul 04 06:54:07 2006 +0000

description:
dovecot's ./configure wants pkg-config.  Fixes PR pkg/33881.

diffstat:

 mail/dovecot/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r af7bc5378322 -r 50f0cd2483d7 mail/dovecot/Makefile
--- a/mail/dovecot/Makefile     Tue Jul 04 06:47:09 2006 +0000
+++ b/mail/dovecot/Makefile     Tue Jul 04 06:54:07 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.56 2006/07/02 09:29:17 ghen Exp $
+# $NetBSD: Makefile,v 1.57 2006/07/04 06:54:07 ghen Exp $
 
 DISTNAME=              dovecot-1.0.rc1
 PKGNAME=               ${DISTNAME:S/.rc/rc/}
@@ -13,6 +13,7 @@
 
 USE_LIBTOOL=           yes
 GNU_CONFIGURE=         yes
+USE_TOOLS+=            pkg-config
 
 CONFIGURE_ARGS+=       --sysconfdir=${PKG_SYSCONFDIR:Q}
 CONFIGURE_ARGS+=       --localstatedir=${VARBASE:Q}



Home | Main Index | Thread Index | Old Index