diff options
author | tron <tron@pkgsrc.org> | 1999-08-24 14:18:53 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-08-24 14:18:53 +0000 |
commit | 57ead3cd01e695a51269d20a046632e7298de7dd (patch) | |
tree | f30f2fbf2fd928ca33cba5e721088883ef3ced0e | |
parent | 810ff39e9deb11fed45b20cd66e3903c6131baa0 (diff) | |
download | pkgsrc-57ead3cd01e695a51269d20a046632e7298de7dd.tar.gz |
Make sure that "bison" binary from package sources is used.
-rw-r--r-- | databases/postgresql/Makefile | 4 | ||||
-rw-r--r-- | math/xmgr/Makefile | 4 | ||||
-rw-r--r-- | news/inn/Makefile | 4 | ||||
-rw-r--r-- | print/teTeX-bin/Makefile | 4 |
4 files changed, 8 insertions, 8 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 diff --git a/math/xmgr/Makefile b/math/xmgr/Makefile index c2aae49595f..a63f8558feb 100644 --- a/math/xmgr/Makefile +++ b/math/xmgr/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 1999/05/20 20:09:51 tron Exp $ +# $NetBSD: Makefile,v 1.4 1999/08/24 14:18:56 tron Exp $ # FreeBSD Id: Makefile,v 1.13 1998/12/12 22:27:21 jseger Exp # @@ -21,7 +21,7 @@ DEPENDS+= fort77-1.14a:../../lang/fort77 .endif DEPENDS+= xpm-3.4k:../../graphics/xpm DEPENDS+= netcdf-3.4:../../devel/netcdf -BUILD_DEPENDS= bison:../../devel/bison +BUILD_DEPENDS= ${LOCALBASE}/bin/bison:../../devel/bison USE_X11= YES USE_MOTIF= YES diff --git a/news/inn/Makefile b/news/inn/Makefile index ec15c3fc397..c579a68d53b 100644 --- a/news/inn/Makefile +++ b/news/inn/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 1999/08/18 08:38:51 agc Exp $ +# $NetBSD: Makefile,v 1.11 1999/08/24 14:18:57 tron Exp $ DISTNAME= inn-2.2 CATEGORIES= news @@ -9,7 +9,7 @@ MASTER_SITES= ftp://ftp.isc.org/isc/inn/ \ MAINTAINER= tron@netbsd.org HOMEPAGE= http://www.isc.org/inn.html -BUILD_DEPENDS+= bison:../../devel/bison +BUILD_DEPENDS+= ${LOCALBASE}/bin/bison:../../devel/bison CONFLICTS+= nntpclnt-* diff --git a/print/teTeX-bin/Makefile b/print/teTeX-bin/Makefile index e10f8413596..0c1da243c5e 100644 --- a/print/teTeX-bin/Makefile +++ b/print/teTeX-bin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 1999/08/14 18:42:09 tron Exp $ +# $NetBSD: Makefile,v 1.4 1999/08/24 14:18:57 tron Exp $ # FreeBSD Id: Makefile,v 1.20 1997/08/05 06:56:41 tg Exp # @@ -10,12 +10,12 @@ DISTFILES= teTeX-src-1.0.6.tar.gz MAINTAINER= hubertf@netbsd.org +BUILD_DEPENDS+= ${LOCALBASE}/bin/bison:../../devel/bison DEPENDS+= teTeX-share-1.0:../teTeX-share DEPENDS+= dialog-0.6z:../../misc/dialog DEPENDS+= libwww-5.1m1:../../www/libwww DEPENDS+= ncurses-4.2:../../devel/ncurses DEPENDS+= png-1.0.3:../../graphics/png -BUILD_DEPENDS+= bison:../../devel/bison ALL_TARGET= all INSTALL_TARGET= install strip |