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