diff options
author | wiz <wiz@pkgsrc.org> | 2000-09-03 13:07:40 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-09-03 13:07:40 +0000 |
commit | 333fb4cf1938eb212d1f59f847f17f9804769060 (patch) | |
tree | 3678b5703b53d002f8e615ffe7de54bd7a1c6462 /print/teTeX-bin | |
parent | cc3a3511a3257b884584e7fd4814049876edd15b (diff) | |
download | pkgsrc-333fb4cf1938eb212d1f59f847f17f9804769060.tar.gz |
add HOMEPAGE
Diffstat (limited to 'print/teTeX-bin')
-rw-r--r-- | print/teTeX-bin/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/print/teTeX-bin/Makefile b/print/teTeX-bin/Makefile index da266ded995..00761d204f2 100644 --- a/print/teTeX-bin/Makefile +++ b/print/teTeX-bin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2000/08/06 02:23:34 fredb Exp $ +# $NetBSD: Makefile,v 1.22 2000/09/03 13:07:40 wiz Exp $ # FreeBSD Id: Makefile,v 1.20 1997/08/05 06:56:41 tg Exp # @@ -9,10 +9,11 @@ CATEGORIES= print MASTER_SITES= ${MASTER_SITE_TEX_CTAN:=systems/unix/teTeX/1.0/distrib/sources/} MAINTAINER= hubertf@netbsd.org +HOMEPAGE= http://www.tug.org/tetex/ BUILD_DEPENDS+= ${LOCALBASE}/bin/bison:../../devel/bison DEPENDS+= teTeX-share-1.0.*:../teTeX-share -DEPENDS+= dialog-0.6z:../../misc/dialog +DEPENDS+= dialog>=0.6z:../../misc/dialog DEPENDS+= libwww>=5.2.8:../../www/libwww DEPENDS+= png>=1.0.6:../../graphics/png |