blob: 7c0d22f54e2bfeda7d35512cf13f19d4ad1e7ba6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# $NetBSD: Makefile,v 1.16 2009/05/20 01:09:12 wiz Exp $
#
LIBGDA_PROVIDER= postgres
PKG_DESTDIR_SUPPORT= user-destdir
.include "../../databases/libgda/Makefile.common"
PKGREVISION= 2
CONFIGURE_ARGS+= --with-postgres=${PGSQL_PREFIX:Q}
.include "../../mk/pgsql.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|