diff options
author | ghen <ghen@pkgsrc.org> | 2006-07-04 06:54:07 +0000 |
---|---|---|
committer | ghen <ghen@pkgsrc.org> | 2006-07-04 06:54:07 +0000 |
commit | eabddf9b4a985bd68760eea19576b45fd3d4a0ab (patch) | |
tree | b3eb68227d6b60f9e578bd3a0c52cf3712672967 | |
parent | bf1392f2089b2ae33d23caf3702edd362b04be9c (diff) | |
download | pkgsrc-eabddf9b4a985bd68760eea19576b45fd3d4a0ab.tar.gz |
dovecot's ./configure wants pkg-config. Fixes PR pkg/33881.
-rw-r--r-- | mail/dovecot/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/dovecot/Makefile b/mail/dovecot/Makefile index 06ab023b182..57d41ffa8ac 100644 --- a/mail/dovecot/Makefile +++ b/mail/dovecot/Makefile @@ -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 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews USE_LIBTOOL= yes GNU_CONFIGURE= yes +USE_TOOLS+= pkg-config CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q} CONFIGURE_ARGS+= --localstatedir=${VARBASE:Q} |