blob: 6bf6d43b124a93899119c61bd1913605492c516a (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# $NetBSD: Makefile,v 1.11 2006/12/05 10:22:47 wiz Exp $
#
LIBGDA_PROVIDER= postgres
.include "../../databases/libgda/Makefile.common"
CONFIGURE_ARGS+= --with-postgres=${PGSQL_PREFIX:Q}
.include "../../mk/pgsql.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|