diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2004-01-23 17:30:22 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2004-01-23 17:30:22 +0000 |
commit | 324ffda0d275a1d634737718ced4572f07dc0391 (patch) | |
tree | df52fa8f7a3180e12e48284cc2b632824db4b53c /databases/p5-DBD-PgSPI/Makefile | |
parent | - Fix dependency on fping for Bento (/usr/local/sbin is not in PATH on Bento) (diff) |
Fix a dependency problem raised by bento
Pointed out by: kris
Notes
Notes:
svn path=/head/; revision=98903
Diffstat (limited to 'databases/p5-DBD-PgSPI/Makefile')
-rw-r--r-- | databases/p5-DBD-PgSPI/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/p5-DBD-PgSPI/Makefile b/databases/p5-DBD-PgSPI/Makefile index febaf067bedd..e64a93604012 100644 --- a/databases/p5-DBD-PgSPI/Makefile +++ b/databases/p5-DBD-PgSPI/Makefile @@ -33,7 +33,7 @@ RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI-137 RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI .endif -POSTGRESQL_PORT?= databases/postgresql7 +POSTGRESQL_PORT?= databases/postgresql-client PGSQL_PORTDIR?= ${PORTSDIR}/${POSTGRESQL_PORT} PGSQL_WRKSRC!= cd ${PGSQL_PORTDIR} && ${MAKE} -V WRKSRC |