diff options
author | jlam <jlam@pkgsrc.org> | 2001-05-23 07:19:12 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-05-23 07:19:12 +0000 |
commit | 6ab2135cb85cc254ab1db01c4cc79a71118ab156 (patch) | |
tree | f1bee98917ece869d7ca970fbe5827dc447c2e62 /databases/odbc-postgresql/Makefile | |
parent | 41dbd7c0d92cd0073d28052e3b60a22c5c8178d6 (diff) | |
download | pkgsrc-6ab2135cb85cc254ab1db01c4cc79a71118ab156.tar.gz |
ODBC-specific PostgreSQL homepage
Diffstat (limited to 'databases/odbc-postgresql/Makefile')
-rw-r--r-- | databases/odbc-postgresql/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/odbc-postgresql/Makefile b/databases/odbc-postgresql/Makefile index 895535f1f6f..c9bce9b4a8f 100644 --- a/databases/odbc-postgresql/Makefile +++ b/databases/odbc-postgresql/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2001/05/14 14:52:06 jlam Exp $ +# $NetBSD: Makefile,v 1.4 2001/05/23 07:19:12 jlam Exp $ .include "../../databases/postgresql/Makefile.common" .include "../../databases/postgresql/Makefile.ssl" @@ -8,6 +8,7 @@ PG_PKG_VERS= # empty COMMENT= ODBC interface to PostgreSQL MAINTAINER= jwise@netbsd.org +HOMEPAGE= http://odbc.postgresql.org/ CONFIGURE_ARGS+= --with-odbc CONFIGURE_ARGS+= --with-odbcinst=/etc |