diff options
author | jlaffaye <jlaffaye@FreeBSD.org> | 2011-07-31 23:07:08 +0800 |
---|---|---|
committer | jlaffaye <jlaffaye@FreeBSD.org> | 2011-07-31 23:07:08 +0800 |
commit | 928f085934e95bc12a55fd2101aa82e249c2be43 (patch) | |
tree | 0a7f35a82bb43698e3659b7e0594c998d053258e /cad | |
parent | cbbd4bf213aeea874926a7cd9156489b0f32e578 (diff) | |
download | freebsd-ports-gnome-928f085934e95bc12a55fd2101aa82e249c2be43.tar.gz freebsd-ports-gnome-928f085934e95bc12a55fd2101aa82e249c2be43.tar.zst freebsd-ports-gnome-928f085934e95bc12a55fd2101aa82e249c2be43.zip |
- Chase guile shared lib bump
- Add an entry to UPDATING
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 ac29bd27e274..af82d22b5e01 100644 --- a/cad/gwave/Makefile +++ b/cad/gwave/Makefile @@ -7,14 +7,14 @@ PORTNAME= gwave PORTVERSION= 20080127 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= cad MASTER_SITES= http://geda.seul.org/dist/ MAINTAINER= stas@FreeBSD.org COMMENT= Waveform viewer for analogue electronic simulation tools -LIB_DEPENDS= guile.20:${PORTSDIR}/lang/guile \ +LIB_DEPENDS= guile.21:${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 9b5646163fa6..fdc1361c5956 100644 --- a/cad/libgeda/Makefile +++ b/cad/libgeda/Makefile @@ -7,7 +7,7 @@ PORTNAME= libgeda PORTVERSION= 1.4.3 -PORTREVISION= 4 +PORTREVISION= 5 PORTEPOCH= 1 CATEGORIES= cad MASTER_SITES= ftp://ftp.geda.seul.org/pub/geda/release/v1.4/${PORTVERSION}/ \ @@ -16,7 +16,7 @@ MASTER_SITES= ftp://ftp.geda.seul.org/pub/geda/release/v1.4/${PORTVERSION}/ \ MAINTAINER= stas@FreeBSD.org COMMENT= The gEDA's tools base utility library -LIB_DEPENDS= guile.20:${PORTSDIR}/lang/guile +LIB_DEPENDS= guile.21:${PORTSDIR}/lang/guile GNU_CONFIGURE= yes INSTALLS_ICONS= yes |