diff options
Diffstat (limited to 'databases/py-psycopg/Makefile')
-rw-r--r-- | databases/py-psycopg/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/databases/py-psycopg/Makefile b/databases/py-psycopg/Makefile index 7873246086b..7016a73d3ce 100644 --- a/databases/py-psycopg/Makefile +++ b/databases/py-psycopg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2005/01/24 16:59:42 seb Exp $ +# $NetBSD: Makefile,v 1.19 2005/04/11 21:45:15 tv Exp $ # DISTNAME= psycopg-1.1.14 @@ -16,7 +16,6 @@ CONFIGURE_ARGS+= \ --with-postgres-includes=${PGSQL_PREFIX}/include/postgresql\ --with-postgres-libraries=${PGSQL_PREFIX}/lib BUILD_TARGET= default -USE_BUILDLINK3= yes PYTHON_VERSIONS_ACCEPTED= 23 22 21 PY_PATCHPLIST= yes |