diff options
author | jlam <jlam@pkgsrc.org> | 2005-05-22 19:11:12 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-05-22 19:11:12 +0000 |
commit | 85137049b3031a1d14d0b6f0ec5a3c23f028e0da (patch) | |
tree | 9bb9e344bf86184898db4f31dee2dd629dc3e6f2 /cad | |
parent | a6ad782a7cc0906ceb1fb1aa02d8bbf5dff47d52 (diff) | |
download | pkgsrc-85137049b3031a1d14d0b6f0ec5a3c23f028e0da.tar.gz |
Remove the old tools framework and references to _USE_NEW_TOOLS.
Diffstat (limited to 'cad')
-rw-r--r-- | cad/fastcap/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/cad/fastcap/Makefile b/cad/fastcap/Makefile index b0567e3f860..f48c84babcd 100644 --- a/cad/fastcap/Makefile +++ b/cad/fastcap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2005/05/20 01:57:44 jlam Exp $ +# $NetBSD: Makefile,v 1.23 2005/05/22 19:11:12 jlam Exp $ # DISTNAME= fastcap-2.0-18Sep92 @@ -14,13 +14,7 @@ COMMENT= Fast 3-D capacitance solver BUILD_DEPENDS+= teTeX>=1.0.7:../../print/teTeX 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} +WRKSRC= ${WRKDIR} HAS_CONFIGURE= yes CONFIGURE_SCRIPT= ./config CONFIGURE_ARGS= 4 |