configure fix from op21@squish.org

This port is still using old code, though -- any volunteers?
[provides access to PostgreSQL databases through the DBI]
This commit is contained in:
marc 1999-02-25 21:10:22 +00:00
parent 8a9e99bde3
commit 23a08cb9bf

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.4 1998/10/18 05:02:04 marc Exp $ # $OpenBSD: Makefile,v 1.5 1999/02/25 21:10:22 marc Exp $
# #
DISTNAME= DBD-Pg-0.69 DISTNAME= DBD-Pg-0.69
@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= DBD
BUILD_DEPENDS= /usr/lib/perl5/site_perl/DBI.pm:${PORTSDIR}/databases/p5-DBI \ BUILD_DEPENDS= /usr/lib/perl5/site_perl/DBI.pm:${PORTSDIR}/databases/p5-DBI \
pq.1.:${PORTSDIR}/databases/postgresql pq.1.:${PORTSDIR}/databases/postgresql
CONFIGURE_ENV+= "POSTGRES_HOME=${PREFIX}" CONFIGURE_ENV+= "POSTGRES_HOME=${PREFIX}/pgsql"
do-configure: do-configure:
@cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} /usr/bin/perl Makefile.PL @cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} /usr/bin/perl Makefile.PL