summaryrefslogtreecommitdiff
path: root/cad/geda-utils/Makefile
diff options
context:
space:
mode:
authordmcmahill <dmcmahill@pkgsrc.org>2003-03-09 06:18:23 +0000
committerdmcmahill <dmcmahill@pkgsrc.org>2003-03-09 06:18:23 +0000
commit3414f91a3215e2c20f880d7864fc833ba2c1c09c (patch)
treee08c1bf6199115083b29b21070a803fde95bc77e /cad/geda-utils/Makefile
parent1f16aba201006a4d3ebad1c1bc481cb5ab196464 (diff)
downloadpkgsrc-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/geda-utils/Makefile')
-rw-r--r--cad/geda-utils/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/cad/geda-utils/Makefile b/cad/geda-utils/Makefile
index b0fb72fcf91..5f985dfc600 100644
--- a/cad/geda-utils/Makefile
+++ b/cad/geda-utils/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2002/12/28 15:58:32 uebayasi Exp $
+# $NetBSD: Makefile,v 1.13 2003/03/09 06:18:24 dmcmahill Exp $
#
DISTNAME= geda-utils-${PKGVERSION}
@@ -17,7 +17,7 @@ CONFLICTS+= gEDA<19991011
BUILD_DEPENDS+= geda-symbols>=${PKGVERSION}:../../cad/geda-symbols
DIST_SUBDIR= geda
-PKGVERSION= 20021103
+PKGVERSION= 20030223
GNU_CONFIGURE= YES
USE_X11BASE= YES
@@ -25,6 +25,7 @@ USE_BUILDLINK2= YES
USE_PERL5= YES
REPLACE_PERL+= scripts/gschupdate \
scripts/gsymupdate \
+ scripts/refdes_renum \
scripts/sarlacc_sym
.include "../../cad/libgeda/buildlink2.mk"