diff options
author | tron <tron@pkgsrc.org> | 2000-03-06 22:16:59 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2000-03-06 22:16:59 +0000 |
commit | 0bf87b301b389f103e4b0e7bd930778048161083 (patch) | |
tree | 05645e8469be59f2a2e99859dca58c29ec8dee9d /print/teTeX-bin | |
parent | 5c80cfe54663d970748b5b4d05da7961bcf68635 (diff) | |
download | pkgsrc-0bf87b301b389f103e4b0e7bd930778048161083.tar.gz |
Update dependence on "teTeX-share" package.
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 e4c620ac126..e6aae232b4d 100644 --- a/print/teTeX-bin/Makefile +++ b/print/teTeX-bin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2000/02/09 20:20:57 tron Exp $ +# $NetBSD: Makefile,v 1.16 2000/03/06 22:16:59 tron Exp $ # FreeBSD Id: Makefile,v 1.20 1997/08/05 06:56:41 tg Exp # @@ -11,7 +11,7 @@ MASTER_SITES= ${MASTER_SITE_TEX_CTAN:=systems/unix/teTeX/1.0/distrib/sources/} MAINTAINER= hubertf@netbsd.org BUILD_DEPENDS+= ${LOCALBASE}/bin/bison:../../devel/bison -DEPENDS+= teTeX-share-1.0:../teTeX-share +DEPENDS+= teTeX-share-1.0.*:../teTeX-share DEPENDS+= dialog-0.6z:../../misc/dialog DEPENDS+= libwww-5.2.8:../../www/libwww DEPENDS+= ncurses>=4.2:../../devel/ncurses |