diff options
author | tron <tron> | 1999-08-24 14:18:53 +0000 |
---|---|---|
committer | tron <tron> | 1999-08-24 14:18:53 +0000 |
commit | 5a6e7e83c0d9b2ff83fc96ea148f30fc0ce1fdac (patch) | |
tree | f30f2fbf2fd928ca33cba5e721088883ef3ced0e /databases/postgresql | |
parent | e54340d6c210c40ee67ceee8429be67f22491f63 (diff) | |
download | pkgsrc-5a6e7e83c0d9b2ff83fc96ea148f30fc0ce1fdac.tar.gz |
Make sure that "bison" binary from package sources is used.
Diffstat (limited to 'databases/postgresql')
-rw-r--r-- | databases/postgresql/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/postgresql/Makefile b/databases/postgresql/Makefile index efdc2084e8f..33676ecde79 100644 --- a/databases/postgresql/Makefile +++ b/databases/postgresql/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 1999/08/18 09:00:23 agc Exp $ +# $NetBSD: Makefile,v 1.37 1999/08/24 14:18:53 tron Exp $ # FreeBSD Id: Makefile,v 1.22 1997/12/24 01:21:37 alex Exp # @@ -12,7 +12,7 @@ MASTER_SITES= ftp://ftp.PostgreSQL.org/pub/ \ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.PostgreSQL.ORG/ -BUILD_DEPENDS+= bison:../../devel/bison +BUILD_DEPENDS+= ${LOCALBASE}/bin/bison:../../devel/bison DEPENDS+= tk-8.0.5:../../x11/tk80 \ tcl-8.0.5:../../lang/tcl80 \ addnerd-1.6:../../sysutils/addnerd |