summaryrefslogtreecommitdiff
path: root/cad
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2003-01-21 10:26:59 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2003-01-21 10:26:59 +0000
commitbb64c1f51f552877f8fbf75fc0d96b34474f7b8b (patch)
tree1d815186d17794e5e725269d197752b2265406b6 /cad
parentDo not create missing DB hints files for read-only operations on them; (diff)
Fix LIB_DEPENDS
Reported by: bento
Notes
Notes: svn path=/head/; revision=73716
Diffstat (limited to 'cad')
-rw-r--r--cad/gwave/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/cad/gwave/Makefile b/cad/gwave/Makefile
index 96d0120166dd..d9a8dd870d23 100644
--- a/cad/gwave/Makefile
+++ b/cad/gwave/Makefile
@@ -13,9 +13,9 @@ MASTER_SITES= http://geda.seul.org/dist/
MAINTAINER= dmlb@dmlb.org
RUN_DEPENDS= graph:${PORTSDIR}/graphics/plotutils
-LIB_DEPENDS= geda.15:${PORTSDIR}/cad/libgeda \
- guile.9:${PORTSDIR}/lang/guile \
- guilegtk-1.2:${PORTSDIR}/x11-toolkits/guile-gtk
+LIB_DEPENDS= geda.16:${PORTSDIR}/cad/libgeda \
+ guile.10:${PORTSDIR}/lang/guile \
+ guilegtk-1.2.0:${PORTSDIR}/x11-toolkits/guile-gtk
USE_AUTOCONF= yes
USE_GNOMENG= yes