diff options
author | rh <rh> | 2000-08-08 07:39:24 +0000 |
---|---|---|
committer | rh <rh> | 2000-08-08 07:39:24 +0000 |
commit | f75f670d6540fbadedfa06703aa74093135fe54c (patch) | |
tree | 591134c0f2af6cfab1a96557e759e27aa15d6a2f /cad/pcb | |
parent | 9f8e89c39358aca0b85a6a61f3963b68823edfee (diff) | |
download | pkgsrc-f75f670d6540fbadedfa06703aa74093135fe54c.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 |