diff options
author | rh <rh@pkgsrc.org> | 2000-08-08 07:39:24 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2000-08-08 07:39:24 +0000 |
commit | cba4e09af841ca49c4db653ae86dc17d2268ed1d (patch) | |
tree | 591134c0f2af6cfab1a96557e759e27aa15d6a2f /cad/pcb | |
parent | 5fcd8ad7a515ca7562fc3dbf6ef9af88b8a8af73 (diff) | |
download | pkgsrc-cba4e09af841ca49c4db653ae86dc17d2268ed1d.tar.gz |
Pull in teTeX instead of teTeX-bin to make this compile properly.
Hopefully fixes pkg/9873 (awaiting confirmation from the author of the PR)
Diffstat (limited to 'cad/pcb')
-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 |