summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>1999-08-24 14:18:53 +0000
committertron <tron@pkgsrc.org>1999-08-24 14:18:53 +0000
commit57ead3cd01e695a51269d20a046632e7298de7dd (patch)
treef30f2fbf2fd928ca33cba5e721088883ef3ced0e /databases
parent810ff39e9deb11fed45b20cd66e3903c6131baa0 (diff)
downloadpkgsrc-57ead3cd01e695a51269d20a046632e7298de7dd.tar.gz
Make sure that "bison" binary from package sources is used.
Diffstat (limited to 'databases')
-rw-r--r--databases/postgresql/Makefile4
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