diff options
Diffstat (limited to 'databases/odbc-postgresql/Makefile')
-rw-r--r-- | databases/odbc-postgresql/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/odbc-postgresql/Makefile b/databases/odbc-postgresql/Makefile index c9bce9b4a8f..f52d9900a07 100644 --- a/databases/odbc-postgresql/Makefile +++ b/databases/odbc-postgresql/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2001/05/23 07:19:12 jlam Exp $ +# $NetBSD: Makefile,v 1.5 2001/06/21 21:40:07 jlam Exp $ .include "../../databases/postgresql/Makefile.common" .include "../../databases/postgresql/Makefile.ssl" @@ -10,6 +10,8 @@ COMMENT= ODBC interface to PostgreSQL MAINTAINER= jwise@netbsd.org HOMEPAGE= http://odbc.postgresql.org/ +USE_BUILDLINK_ONLY= # defined + CONFIGURE_ARGS+= --with-odbc CONFIGURE_ARGS+= --with-odbcinst=/etc |