summaryrefslogtreecommitdiff
path: root/mail/dovecot
diff options
context:
space:
mode:
authorrecht <recht@pkgsrc.org>2004-07-24 22:45:14 +0000
committerrecht <recht@pkgsrc.org>2004-07-24 22:45:14 +0000
commit8dc45652d46a220002347a3b36987cfcc6720ea4 (patch)
tree2a9af75a69e002a52d9f045391377b6b709f9e60 /mail/dovecot
parent469aa0e7b0acb890daa191ae38db7d113e39ffb8 (diff)
downloadpkgsrc-8dc45652d46a220002347a3b36987cfcc6720ea4.tar.gz
Use the new mk/pgsql.buildlink3.mk to select the correct PostgreSQL
version.
Diffstat (limited to 'mail/dovecot')
-rw-r--r--mail/dovecot/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/dovecot/Makefile b/mail/dovecot/Makefile
index 4bb70e2f363..4c1a972d39d 100644
--- a/mail/dovecot/Makefile
+++ b/mail/dovecot/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2004/07/14 18:09:00 xtraeme Exp $
+# $NetBSD: Makefile,v 1.23 2004/07/24 22:45:15 recht Exp $
DISTNAME= dovecot-0.99.10.7
CATEGORIES= mail
@@ -47,7 +47,7 @@ CONFIGURE_ARGS+= --with-mysql
.if !empty(DOVECOT_USE_PGSQL:M[Yy][Ee][Ss])
CONFIGURE_ARGS+= --with-pgsql
CPPFLAGS= -I${BUILDLINK_DIR}/include/pgsql
-. include "../../databases/postgresql-lib/buildlink3.mk"
+. include "../../mk/pgsql.buildlink3.mk"
.endif
.if defined(USE_INET6) && !empty(USE_INET6:M[Yy][Ee][Ss])