summaryrefslogtreecommitdiff
path: root/cad
diff options
context:
space:
mode:
authordmcmahill <dmcmahill>2005-03-19 21:42:32 +0000
committerdmcmahill <dmcmahill>2005-03-19 21:42:32 +0000
commitf36d3771d5c8a7ae7de542a8ecbb35e7b7f7b71e (patch)
tree9ead97e841cde773f9c09c63ac4e601a85ced465 /cad
parentbbc81b6b5806116e599f612c0e5be43449f24874 (diff)
downloadpkgsrc-f36d3771d5c8a7ae7de542a8ecbb35e7b7f7b71e.tar.gz
use GNU tar to extract. pax fails on the distfile. Lets this pkg
extract and build again after being broken for a long time.
Diffstat (limited to 'cad')
-rw-r--r--cad/fastcap/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/cad/fastcap/Makefile b/cad/fastcap/Makefile
index 541dd11c7f4..5cab38f1aab 100644
--- a/cad/fastcap/Makefile
+++ b/cad/fastcap/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2004/09/21 01:40:17 dmcmahill Exp $
+# $NetBSD: Makefile,v 1.20 2005/03/19 21:42:32 dmcmahill Exp $
#
DISTNAME= fastcap-2.0-18Sep92
@@ -12,6 +12,9 @@ HOMEPAGE= http://www.rle.mit.edu/cpg/research_codes.htm
COMMENT= Fast 3-D capacitance solver
BUILD_DEPENDS+= teTeX>=1.0.7:../../print/teTeX
+# The distfile cannot be extracted with pax as tar
+BUILD_DEPENDS+= gtar-base-[0-9]*:../../archivers/gtar-base
+GTAR= ${PREFIX}/bin/${GNU_PROGRAM_PREFIX}tar
WRKSRC= ${WRKDIR}
USE_BUILDLINK3= yes