aboutsummaryrefslogtreecommitdiffstats
path: root/cad
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2008-03-01 14:22:42 +0800
committermarcus <marcus@FreeBSD.org>2008-03-01 14:22:42 +0800
commit6127ef4c19b3753b5c840084cb831d63174d1be5 (patch)
tree89299bcb6515924909e72b49e39c149921ba8fd2 /cad
parent337ea022b8a5578a7859f25f4046591bee3d8325 (diff)
downloadfreebsd-ports-gnome-6127ef4c19b3753b5c840084cb831d63174d1be5.tar.gz
freebsd-ports-gnome-6127ef4c19b3753b5c840084cb831d63174d1be5.tar.zst
freebsd-ports-gnome-6127ef4c19b3753b5c840084cb831d63174d1be5.zip
Chase libguile shared lib version.
Diffstat (limited to 'cad')
-rw-r--r--cad/gwave/Makefile4
-rw-r--r--cad/libgeda/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/cad/gwave/Makefile b/cad/gwave/Makefile
index 646996af06a2..8729ceed4f25 100644
--- a/cad/gwave/Makefile
+++ b/cad/gwave/Makefile
@@ -7,14 +7,14 @@
PORTNAME= gwave
PORTVERSION= 20060606
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= cad
MASTER_SITES= http://geda.seul.org/dist/
MAINTAINER= stas@FreeBSD.org
COMMENT= Waveform viewer for analogue electronic simulation tools
-LIB_DEPENDS= guile.15:${PORTSDIR}/lang/guile \
+LIB_DEPENDS= guile.18:${PORTSDIR}/lang/guile \
guilegtk-1.2.0:${PORTSDIR}/x11-toolkits/guile-gtk
USE_GNOME= gtk12
diff --git a/cad/libgeda/Makefile b/cad/libgeda/Makefile
index bb6a24bde317..088ed7524cad 100644
--- a/cad/libgeda/Makefile
+++ b/cad/libgeda/Makefile
@@ -7,7 +7,7 @@
PORTNAME= libgeda
PORTVERSION= 20070216
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= cad
MASTER_SITES= ftp://ftp.geda.seul.org/pub/geda/devel/${PORTVERSION}/ \
http://geda.seul.org/devel/${PORTVERSION}/
@@ -16,7 +16,7 @@ MAINTAINER= stas@FreeBSD.org
COMMENT= The gEDA's tools base utility library
LIB_DEPENDS= gdgeda.6:${PORTSDIR}/graphics/libgdgeda \
- guile.15:${PORTSDIR}/lang/guile
+ guile.18:${PORTSDIR}/lang/guile
GNU_CONFIGURE= yes
USE_GMAKE= yes