summaryrefslogtreecommitdiff
path: root/cad/pcb-current/Makefile
diff options
context:
space:
mode:
authordmcmahill <dmcmahill@pkgsrc.org>2004-02-15 23:14:25 +0000
committerdmcmahill <dmcmahill@pkgsrc.org>2004-02-15 23:14:25 +0000
commit70f5718192660649b46d814f1a3aaa24344c14fa (patch)
tree17651c1c630179471bd0927d00caf101346558be /cad/pcb-current/Makefile
parent82c27e262bb568163328102363d3fe6d0528269c (diff)
downloadpkgsrc-70f5718192660649b46d814f1a3aaa24344c14fa.tar.gz
update to 20040215 snapshot.
A partial list of what's new is: - Internal resolution changed to 0.01 mil from 1.0 mil - Improved DRC checking - Mirroring/rotating of buffers - Undo works on trace optimizations - Fixed polygon undo bugs - Fix arc DRC bugs - Added local measurement for line drawing - Added mode for polygon viewing to help examing planes - Added new footprint libraries (amp, amphenol, bourns, johnstech, minicircuits, panasonic) - Added new footprints to the geda library - Other bug fixes
Diffstat (limited to 'cad/pcb-current/Makefile')
-rw-r--r--cad/pcb-current/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/cad/pcb-current/Makefile b/cad/pcb-current/Makefile
index 301def348cf..834f2985a92 100644
--- a/cad/pcb-current/Makefile
+++ b/cad/pcb-current/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2004/02/15 21:57:14 dmcmahill Exp $
+# $NetBSD: Makefile,v 1.4 2004/02/15 23:14:25 dmcmahill Exp $
#
DISTNAME= pcb-${SNAPDATE}
@@ -10,15 +10,15 @@ MAINTAINER= dmcmahill@NetBSD.org
HOMEPAGE= http://pcb.sourceforge.net/
COMMENT= Printed circuit board layout system (development snapshot version)
-PKG_INSTALLATION_TYPES= overwrite pkgviews
-
BUILD_DEPENDS+= bison-[0-9]*:../../devel/bison
DEPENDS+= m4>=1.4:../../devel/m4
DEPENDS+= tk>=8.3:../../x11/tk
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
CONFLICTS+= pcb-[0-9]*
-SNAPDATE= 20030815
+SNAPDATE= 20040215
GNU_CONFIGURE= yes
USE_GNU_TOOLS+= make
USE_X11= yes