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 | 9f94b112f01d9322b4806a06b02bdb565874da4d (patch) | |
tree | 9bb9e344bf86184898db4f31dee2dd629dc3e6f2 /cad/fastcap/Makefile | |
parent | f4a7efea2e910e41e2d900bf23cdfe570457ec00 (diff) | |
download | pkgsrc-9f94b112f01d9322b4806a06b02bdb565874da4d.tar.gz |
Remove the old tools framework and references to _USE_NEW_TOOLS.
Diffstat (limited to 'cad/fastcap/Makefile')
-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 |