diff options
author | hubertf <hubertf@pkgsrc.org> | 1999-08-10 14:51:54 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1999-08-10 14:51:54 +0000 |
commit | 82abcc45dc053b47a35dc9f418df20d0d2a1108d (patch) | |
tree | 3a59b1872df20bcaaf9bf7d49750079bb9f837fa /print | |
parent | 89b6ef97c6a464101224f650bdfddd91fc83e7d4 (diff) | |
download | pkgsrc-82abcc45dc053b47a35dc9f418df20d0d2a1108d.tar.gz |
Bison is needed to build this - dependency noted by
Alan Barrett <apb@iafrica.com> in private mail.
Diffstat (limited to 'print')
-rw-r--r-- | print/teTeX-bin/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/teTeX-bin/Makefile b/print/teTeX-bin/Makefile index 0fd93c3a89a..70ba34619e8 100644 --- a/print/teTeX-bin/Makefile +++ b/print/teTeX-bin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 1999/08/03 13:54:56 hubertf Exp $ +# $NetBSD: Makefile,v 1.2 1999/08/10 14:51:54 hubertf Exp $ # FreeBSD Id: Makefile,v 1.20 1997/08/05 06:56:41 tg Exp # @@ -15,6 +15,7 @@ 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 |