summaryrefslogtreecommitdiff
path: root/cad/pcb
diff options
context:
space:
mode:
authorrh <rh@pkgsrc.org>2000-08-07 10:58:59 +0000
committerrh <rh@pkgsrc.org>2000-08-07 10:58:59 +0000
commit6b2b7689ff945306653578506e41d5013ae0f6c3 (patch)
tree962eea4d31fb7d214b18c57d99d066a542cc1853 /cad/pcb
parent6d1c6c8692a47e4aae370ab491c7da8160f2582c (diff)
downloadpkgsrc-6b2b7689ff945306653578506e41d5013ae0f6c3.tar.gz
Fix target for teTeX build dependency.
XXX: We really need a supported way to list a specific package for XXX: build dependencies.
Diffstat (limited to 'cad/pcb')
-rw-r--r--cad/pcb/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/cad/pcb/Makefile b/cad/pcb/Makefile
index 9a120186d6f..89237d3c713 100644
--- a/cad/pcb/Makefile
+++ b/cad/pcb/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2000/08/03 18:19:55 rh Exp $
+# $NetBSD: Makefile,v 1.5 2000/08/07 10:58:59 rh Exp $
# FreeBSD Id: Makefile,v 1.19 1998/10/31 18:05:31 jseger Exp
#
@@ -11,7 +11,7 @@ EXTRACT_SUFX= .tgz
MAINTAINER= packages@netbsd.org
DEPENDS+= m4-1.4:../../devel/m4
-.if make(misc-depends)
+.if make(install-run-depends)
DEPENDS+= teTeX-bin>=1.0.7:../../print/teTeX-bin
.endif