diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2002-12-13 05:19:44 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2002-12-13 05:19:44 +0000 |
commit | 66e0552abe20cc25d0a7459df8e311ea2400237b (patch) | |
tree | ffe463f6fd4824bbba495fd39bf9ec50161de7b9 /cad/geda | |
parent | 686d07a668860f9b76b0212be2861fab0f5bfe0d (diff) | |
download | pkgsrc-66e0552abe20cc25d0a7459df8e311ea2400237b.tar.gz |
update the gEDA suite of tools to the 20021103 release.
This represents many many improvements and bug fixes. A few items to
note are that the attributes used by the symbol library have been
greately cleaned up and unified. You may want to run gsymupdate and gschemupdate
if migrating from older versions of the tools.
Diffstat (limited to 'cad/geda')
-rw-r--r-- | cad/geda/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/cad/geda/Makefile b/cad/geda/Makefile index 9c579c8f113..f5308b1fa3f 100644 --- a/cad/geda/Makefile +++ b/cad/geda/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2002/10/14 09:59:28 rh Exp $ +# $NetBSD: Makefile,v 1.20 2002/12/13 05:19:44 dmcmahill Exp $ # DISTNAME= gEDA-${PKGVERSION} @@ -10,11 +10,11 @@ MAINTAINER= dmcmahill@netbsd.org HOMEPAGE= http://www.geda.seul.org/ COMMENT= Toolset for automating electronic design -DEPENDS+= gschem>=${PKGVERSION}:../../cad/gschem -DEPENDS+= gnetlist>=${PKGVERSION}:../../cad/gnetlist -DEPENDS+= gsymcheck>=${PKGVERSION}:../../cad/gsymcheck +DEPENDS+= gschem-${PKGVERSION}:../../cad/gschem +DEPENDS+= gnetlist-${PKGVERSION}:../../cad/gnetlist +DEPENDS+= gsymcheck-${PKGVERSION}:../../cad/gsymcheck DEPENDS+= geda-utils-${PKGVERSION}:../../cad/geda-utils -DEPENDS+= geda-docs-20020209:../../cad/geda-docs +DEPENDS+= geda-docs-${PKGVERSION}:../../cad/geda-docs USE_X11BASE= yes EXTRACT_ONLY= # empty @@ -23,7 +23,7 @@ NO_PATCH= yes NO_CONFIGURE= yes NO_BUILD= yes -PKGVERSION= 20020414 +PKGVERSION= 20021103 do-install: # empty |