upgrade postgresql dependency for new 7.0.3 port layout (danh@)

This commit is contained in:
avsm 2001-02-22 19:56:31 +00:00
parent 385152eeb4
commit ca9b1ff0ce

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.27 2001/01/28 14:54:59 avsm Exp $
# $OpenBSD: Makefile,v 1.28 2001/02/22 19:56:31 avsm Exp $
# This port current only works with archs supporting dynamic loading
ONLY_FOR_ARCHS= i386 m68k sparc
@ -163,7 +163,7 @@ CONFIGURE_ARGS+= --without-mysql
.endif
.if ${FLAVOR:L:Mpostgresql}
CONFIGURE_ARGS+= --with-pgsql=${PREFIX}/pgsql
CONFIGURE_ARGS+= --with-pgsql=${PREFIX}/lib/pgsql
LIB_DEPENDS+= pq.2::databases/postgresql
.else
CONFIGURE_ARGS+= --without-pgsql