diff options
author | tron <tron@pkgsrc.org> | 2003-04-07 17:39:19 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2003-04-07 17:39:19 +0000 |
commit | c7ac6e30085b66c1aa4ca941e395c5200e369cc2 (patch) | |
tree | 2fbac3238e3b82a551a33b6648e6e53dfcf14b46 /print | |
parent | 412dcfc79c08ef47795056f1a8ad050254f05f18 (diff) | |
download | pkgsrc-c7ac6e30085b66c1aa4ca941e395c5200e369cc2.tar.gz |
Use wildcard dependence on "dialog" package.
Diffstat (limited to 'print')
-rw-r--r-- | print/teTeX-bin/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/print/teTeX-bin/Makefile b/print/teTeX-bin/Makefile index 88a33d38839..1227a43c124 100644 --- a/print/teTeX-bin/Makefile +++ b/print/teTeX-bin/Makefile @@ -1,6 +1,4 @@ -# $NetBSD: Makefile,v 1.39 2003/01/28 22:04:02 jlam Exp $ -# FreeBSD Id: Makefile,v 1.20 1997/08/05 06:56:41 tg Exp -# +# $NetBSD: Makefile,v 1.40 2003/04/07 17:39:19 tron Exp $ DISTNAME= teTeX-src-1.0.7 PKGNAME= teTeX-bin-1.0.7 @@ -15,7 +13,7 @@ COMMENT= TeX distribution for UNIX compatible systems - executables BUILD_DEPENDS+= bison-[0-9]*:../../devel/bison DEPENDS+= teTeX-share>=1.0.2nb1:../teTeX-share -DEPENDS+= dialog-0.6z:../../misc/dialog +DEPENDS+= dialog-0.6z*:../../misc/dialog CONFLICTS+= omega-[0-9]* |