From 187ed6e239a68cedbcb2db0bdb9309daf6122a4c Mon Sep 17 00:00:00 2001 From: dmcmahill Date: Sat, 19 Mar 2005 21:42:32 +0000 Subject: use GNU tar to extract. pax fails on the distfile. Lets this pkg extract and build again after being broken for a long time. --- cad/fastcap/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'cad/fastcap') 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 -- cgit v1.2.3