diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2003-03-09 06:18:23 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2003-03-09 06:18:23 +0000 |
commit | 3414f91a3215e2c20f880d7864fc833ba2c1c09c (patch) | |
tree | e08c1bf6199115083b29b21070a803fde95bc77e /cad/gsymcheck/Makefile | |
parent | 1f16aba201006a4d3ebad1c1bc481cb5ab196464 (diff) | |
download | pkgsrc-3414f91a3215e2c20f880d7864fc833ba2c1c09c.tar.gz |
update to gEDA-20030223
Quick summary of changes:
- works with guile-1.6.3 now
- Norwegian/Danish/German character fixes
- PNG output now has some of the objects appearing to have the right thickness.
- added Russian translation
- bug fix in postscript output
- non-applicable menu choices are now greyed out
- fixed PADS netlist output bug
- added several components to library
- added multisheet refdes renumber utility
- several other bug fixes.
Diffstat (limited to 'cad/gsymcheck/Makefile')
-rw-r--r-- | cad/gsymcheck/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cad/gsymcheck/Makefile b/cad/gsymcheck/Makefile index 7172368dfae..e18f497ec8f 100644 --- a/cad/gsymcheck/Makefile +++ b/cad/gsymcheck/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2002/12/13 05:19:51 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.12 2003/03/09 06:18:26 dmcmahill Exp $ # DISTNAME= geda-gsymcheck-${PKGVERSION} @@ -18,7 +18,7 @@ DEPENDS+= geda-symbols-${PKGVERSION}:../../cad/geda-symbols CONFLICTS+= gEDA<19991011 DIST_SUBDIR= geda -PKGVERSION= 20021103 +PKGVERSION= 20030223 GNU_CONFIGURE= YES USE_X11BASE= YES |