summaryrefslogtreecommitdiff
path: root/cad
diff options
context:
space:
mode:
authorjlam <jlam>2005-05-20 01:57:44 +0000
committerjlam <jlam>2005-05-20 01:57:44 +0000
commitd30c0ff990b64c224c1d1d7d3f56c7654f37ddc9 (patch)
treead6a081ee6d4daa66015da9df127cfe01b4536b7 /cad
parente61dfbe17ec35bbebafdc825e8dc2400e5a7a8e3 (diff)
downloadpkgsrc-d30c0ff990b64c224c1d1d7d3f56c7654f37ddc9.tar.gz
Set EXTRACT_USING to force extraction using gtar.
Diffstat (limited to 'cad')
-rw-r--r--cad/fastcap/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/cad/fastcap/Makefile b/cad/fastcap/Makefile
index 9fc1a696063..b0567e3f860 100644
--- a/cad/fastcap/Makefile
+++ b/cad/fastcap/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2005/04/11 21:45:01 tv Exp $
+# $NetBSD: Makefile,v 1.22 2005/05/20 01:57:44 jlam Exp $
#
DISTNAME= fastcap-2.0-18Sep92
@@ -12,9 +12,13 @@ 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
+EXTRACT_USING= gtar # cannot be extracted with pax as tar
+
+.include "../../mk/bsd.prefs.mk"
+.if empty(_USE_NEW_TOOLS:M[yY][eE][sS])
BUILD_DEPENDS+= gtar-base-[0-9]*:../../archivers/gtar-base
GTAR= ${PREFIX}/bin/${GNU_PROGRAM_PREFIX}tar
+.endif
WRKSRC= ${WRKDIR}
HAS_CONFIGURE= yes