diff options
author | rafan <rafan@FreeBSD.org> | 2008-07-21 12:49:09 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2008-07-21 12:49:09 +0800 |
commit | 2a64d11744e98b858a68221ebdb694303902a188 (patch) | |
tree | c2445ac9ed500e6da9beb6d9491ef9b64f99c673 /cad | |
parent | 38b69bf45012acf034f61e46b686ff72ddfc0be5 (diff) | |
download | freebsd-ports-gnome-2a64d11744e98b858a68221ebdb694303902a188.tar.gz freebsd-ports-gnome-2a64d11744e98b858a68221ebdb694303902a188.tar.zst freebsd-ports-gnome-2a64d11744e98b858a68221ebdb694303902a188.zip |
- Chase lang/guile share library version bump (.18 -> .19)
- Bump PORTREVISION
PR: ports/125435
Diffstat (limited to 'cad')
-rw-r--r-- | cad/gwave/Makefile | 4 | ||||
-rw-r--r-- | cad/libgeda/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/cad/gwave/Makefile b/cad/gwave/Makefile index ea2acc3df41b..1874ac9bce46 100644 --- a/cad/gwave/Makefile +++ b/cad/gwave/Makefile @@ -7,14 +7,14 @@ PORTNAME= gwave PORTVERSION= 20060606 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= cad MASTER_SITES= http://geda.seul.org/dist/ MAINTAINER= stas@FreeBSD.org COMMENT= Waveform viewer for analogue electronic simulation tools -LIB_DEPENDS= guile.18:${PORTSDIR}/lang/guile \ +LIB_DEPENDS= guile.19:${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 750a4d0b95a9..f1df98b3b388 100644 --- a/cad/libgeda/Makefile +++ b/cad/libgeda/Makefile @@ -7,7 +7,7 @@ PORTNAME= libgeda PORTVERSION= 20070216 -PORTREVISION= 3 +PORTREVISION= 4 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.18:${PORTSDIR}/lang/guile + guile.19:${PORTSDIR}/lang/guile GNU_CONFIGURE= yes USE_GMAKE= yes |