13 lines
313 B
Makefile
13 lines
313 B
Makefile
# $NetBSD: Makefile,v 1.17 2010/02/10 19:34:05 joerg Exp $
|
|
#
|
|
|
|
LIBGDA_PROVIDER= postgres
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
.include "../../databases/libgda/Makefile.common"
|
|
|
|
PKGREVISION= 3
|
|
CONFIGURE_ARGS+= --with-postgres=${PGSQL_PREFIX:Q}
|
|
|
|
.include "../../mk/pgsql.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|