diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-05-06 06:35:19 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-05-06 06:35:19 +0000 |
commit | df26af9a749ca6408f4ec8067b68ab18af7d6ac1 (patch) | |
tree | 89b1789f23836021339e11c24d36d490465fbd1b /cad/geda | |
parent | . Remove an assert() which asserts that if isatty() is true then (diff) |
Update to version 20030223 which now works with guile 1.6.
Submitted by: maintainer
Diffstat (limited to 'cad/geda')
-rw-r--r-- | cad/geda/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cad/geda/Makefile b/cad/geda/Makefile index 237a033266b8..01f777d08b39 100644 --- a/cad/geda/Makefile +++ b/cad/geda/Makefile @@ -6,7 +6,7 @@ # PORTNAME= geda -PORTVERSION= 20020825 +PORTVERSION= 20030223 CATEGORIES= cad MASTER_SITES= # empty DISTFILES= # none @@ -22,7 +22,7 @@ BUILD_DEPENDS= gesym-config:${PORTSDIR}/cad/geda-symbols \ gsymcheck:${PORTSDIR}/cad/geda-symcheck LIB_DEPENDS= guile.15:${PORTSDIR}/lang/guile \ - geda.16:${PORTSDIR}/cad/libgeda + geda.18:${PORTSDIR}/cad/libgeda NO_BUILD= yes |