From 970264040357824819599202a3de5d4e9b11c138 Mon Sep 17 00:00:00 2001 From: peter Date: Thu, 15 Jul 2004 19:32:45 +0000 Subject: [PATCH] allow the pgsql flavour to install with the postgresql-clients subpackage --- mail/exim/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mail/exim/Makefile b/mail/exim/Makefile index 2c63ff67757..1fad3d242f5 100644 --- a/mail/exim/Makefile +++ b/mail/exim/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.39 2004/05/10 08:42:42 brad Exp $ +# $OpenBSD: Makefile,v 1.40 2004/07/15 19:32:45 peter Exp $ COMMENT= "flexible mail transfer agent" @@ -57,7 +57,7 @@ EXIM_LOOKUP_LIBS+= -L${LOCALBASE}/lib/mysql -lmysqlclient .endif .if ${FLAVOR:L:Mpostgresql} -LIB_DEPENDS+= pq.2::databases/postgresql +LIB_DEPENDS+= pq.2::databases/postgresql,-clients EXIM_MAKECAT+= "LOOKUP_PGSQL=yes\n" EXIM_LOOKUP_INCLUDE+= -I${LOCALBASE}/include/postgresql EXIM_LOOKUP_LIBS+= -L${LOCALBASE}/lib -lpq