work with the new pgsql port layout

This commit is contained in:
avsm 2001-02-27 23:00:26 +00:00
parent 3a1c57a475
commit 5a73eab790

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.30 2001/02/26 05:52:17 avsm Exp $
# $OpenBSD: Makefile,v 1.31 2001/02/27 23:00:26 avsm Exp $
# This port current only works with archs supporting dynamic loading
ONLY_FOR_ARCHS= i386 m68k sparc
@ -56,7 +56,7 @@ CONFIGURE_ARGS+= --without-mysql
.endif
.if ${FLAVOR:L:Mpostgresql}
CONFIGURE_ARGS+= --with-pgsql=${LOCALBASE}/lib/pgsql
CONFIGURE_ARGS+= --with-pgsql=${LOCALBASE}
LIB_DEPENDS+= pq.2::databases/postgresql
.else
CONFIGURE_ARGS+= --without-pgsql