diff options
-rw-r--r-- | databases/py-psycopg/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/py-psycopg/Makefile b/databases/py-psycopg/Makefile index 3de54ddd6b7..df1025d331c 100644 --- a/databases/py-psycopg/Makefile +++ b/databases/py-psycopg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2004/05/08 05:25:12 snj Exp $ +# $NetBSD: Makefile,v 1.12 2004/07/06 22:57:06 wiz Exp $ # DISTNAME= psycopg-1.1.11 @@ -15,6 +15,7 @@ CONFIGURE_ARGS+= --with-python=${PYTHONBIN} CONFIGURE_ARGS+= \ --with-postgres-includes=${BUILDLINK_PREFIX.postgresql-lib}/include/postgresql\ --with-postgres-libraries=${BUILDLINK_PREFIX.postgresql-lib}/lib +# XXX: following comment still true for buildlink3? # XXX ${PYSITELIB}/... doesn't get transformed by buildlink2 CONFIGURE_ARGS+= --with-mxdatetime-includes=${BUILDLINK_DIR}/include ALL_TARGET= default |