diff options
-rw-r--r-- | print/teTeX-bin/Makefile | 4 | ||||
-rw-r--r-- | print/teTeX-sharesrc/Makefile | 4 |
2 files changed, 4 insertions, 4 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 diff --git a/print/teTeX-sharesrc/Makefile b/print/teTeX-sharesrc/Makefile index 901bf99b254..3d67aaf43ae 100644 --- a/print/teTeX-sharesrc/Makefile +++ b/print/teTeX-sharesrc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 1999/08/17 21:39:45 tron Exp $ +# $NetBSD: Makefile,v 1.4 2000/03/06 22:17:00 tron Exp $ # FreeBSD Id: Makefile,v 1.20 1997/08/05 06:56:41 tg Exp # @@ -9,7 +9,7 @@ MASTER_SITES= ${MASTER_SITE_TEX_CTAN:=systems/unix/teTeX/1.0/distrib/sources/} MAINTAINER= hubertf@netbsd.org -DEPENDS+= teTeX-share-1.0:../teTeX-share +DEPENDS+= teTeX-share-1.0.*:../teTeX-share DIST_SUBDIR= teTeX WRKSRC= ${WRKDIR} |