diff options
author | marcus <marcus@FreeBSD.org> | 2003-05-12 20:25:27 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-05-12 20:25:27 +0000 |
commit | c7e73c4f8fd2f1231c3e0a732d49322ef753735e (patch) | |
tree | e52da3fb1a1e127bb2db546432890c9b149f4693 | |
parent | f45ce7a5662f24cdffc678f9f0b306d881ac6659 (diff) | |
download | FreeBSD-ports-c7e73c4f8fd2f1231c3e0a732d49322ef753735e.zip FreeBSD-ports-c7e73c4f8fd2f1231c3e0a732d49322ef753735e.tar.gz |
Chase the libgeda shared lib version.
-rw-r--r-- | cad/gwave/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cad/gwave/Makefile b/cad/gwave/Makefile index efe3eab..14bc030 100644 --- a/cad/gwave/Makefile +++ b/cad/gwave/Makefile @@ -14,7 +14,7 @@ MAINTAINER= dmlb@dmlb.org COMMENT= Waveform viewer for analogue electronic simulation tools RUN_DEPENDS= graph:${PORTSDIR}/graphics/plotutils -LIB_DEPENDS= geda.16:${PORTSDIR}/cad/libgeda \ +LIB_DEPENDS= geda.18:${PORTSDIR}/cad/libgeda \ guile.15:${PORTSDIR}/lang/guile \ guilegtk-1.2.0:${PORTSDIR}/x11-toolkits/guile-gtk |