diff options
Diffstat (limited to 'cad')
-rw-r--r-- | cad/pcb/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cad/pcb/Makefile b/cad/pcb/Makefile index 89237d3c713..651aec40456 100644 --- a/cad/pcb/Makefile +++ b/cad/pcb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2000/08/07 10:58:59 rh Exp $ +# $NetBSD: Makefile,v 1.6 2000/08/08 07:39:24 rh Exp $ # FreeBSD Id: Makefile,v 1.19 1998/10/31 18:05:31 jseger Exp # @@ -12,7 +12,7 @@ MAINTAINER= packages@netbsd.org DEPENDS+= m4-1.4:../../devel/m4 .if make(install-run-depends) -DEPENDS+= teTeX-bin>=1.0.7:../../print/teTeX-bin +DEPENDS+= teTeX>=1.0.7:../../print/teTeX .endif USE_IMAKE= yes |