blob: b5f33558728951a82b393730eba7360b2c74c4fb (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# $NetBSD: Makefile,v 1.2 2004/07/24 22:45:15 recht Exp $
#
LIBGDA_PROVIDER= postgres
.include "../../databases/libgda/Makefile.common"
CONFIGURE_ARGS+= --with-postgres=${PGSQL_PREFIX}
.include "../../mk/pgsql.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|