diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-06-19 16:37:57 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-06-19 16:37:57 +0000 |
commit | 71c8105783f10caa9c6581b220bb17debc74835c (patch) | |
tree | df2587552f335f4cb7d22139e7902d057008901e /cad/gschem | |
parent | Add p5-Devel-ptkdb 1.1074, tk debugger for Perl. (diff) |
Chase guile shared lib number.
Prompted by: Mike Harding <mvh@ix.netcom.com>
Notes
Notes:
svn path=/head/; revision=61574
Diffstat (limited to 'cad/gschem')
-rw-r--r-- | cad/gschem/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cad/gschem/Makefile b/cad/gschem/Makefile index 49dfbea89c46..a6fd4a4ad786 100644 --- a/cad/gschem/Makefile +++ b/cad/gschem/Makefile @@ -16,7 +16,7 @@ MAINTAINER= bruno@tinkerbox.org BUILD_DEPENDS= gesym-config:${PORTSDIR}/cad/geda-symbols LIB_DEPENDS= geda.15:${PORTSDIR}/cad/libgeda \ - guile.9:${PORTSDIR}/lang/guile + guile.10:${PORTSDIR}/lang/guile USE_LIBTOOL= yes USE_AUTOCONF= yes |