diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2005-03-19 21:42:32 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2005-03-19 21:42:32 +0000 |
commit | 187ed6e239a68cedbcb2db0bdb9309daf6122a4c (patch) | |
tree | 9ead97e841cde773f9c09c63ac4e601a85ced465 /cad | |
parent | 9b64948851a1a9f40bd8f9e20f8dd528f36a1ec5 (diff) | |
download | pkgsrc-187ed6e239a68cedbcb2db0bdb9309daf6122a4c.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/Makefile | 5 |
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 |