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 /news | |
parent | 810ff39e9deb11fed45b20cd66e3903c6131baa0 (diff) | |
download | pkgsrc-57ead3cd01e695a51269d20a046632e7298de7dd.tar.gz |
Make sure that "bison" binary from package sources is used.
Diffstat (limited to 'news')
-rw-r--r-- | news/inn/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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-* |