diff options
author | minskim <minskim> | 2009-02-25 17:03:03 +0000 |
---|---|---|
committer | minskim <minskim> | 2009-02-25 17:03:03 +0000 |
commit | 4e440ca19ea7bdf3252962e30d250b6a2699947c (patch) | |
tree | 4ce85eca6cc39ee99cf6046b701ab616643a0968 | |
parent | bb8e11d221c0c1a6cecb488de137f9bae2408ded (diff) | |
download | pkgsrc-4e440ca19ea7bdf3252962e30d250b6a2699947c.tar.gz |
Let fastcap depend on dvipsk because teTeX-bin no longer provides dvips.
-rw-r--r-- | cad/fastcap/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/cad/fastcap/Makefile b/cad/fastcap/Makefile index d3ef66cf4ad..f1cdd401977 100644 --- a/cad/fastcap/Makefile +++ b/cad/fastcap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2008/05/25 21:42:20 joerg Exp $ +# $NetBSD: Makefile,v 1.33 2009/02/25 17:03:03 minskim Exp $ # DISTNAME= fastcap-2.0-18Sep92 @@ -12,6 +12,8 @@ MAINTAINER= dmcmahill@NetBSD.org HOMEPAGE= http://www.rle.mit.edu/cpg/research_codes.htm COMMENT= Fast 3-D capacitance solver +BUILD_DEPENDS+= dvipsk-[0-9]*:../../print/dvipsk + PKG_DESTDIR_SUPPORT= user-destdir EXTRACT_USING= bsdtar |