aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-05-02 03:29:26 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-05-02 03:29:26 +0000
commit6e2c11dcf5f66a0dbf2b9a5a6a201a20dccca65a (patch)
treec31d0022b011f120521cb2b532c8ec7a9954196c
parent2c1a52bb7dfebb75d711f7beb6e8ef74200ef6f7 (diff)
downloadports-6e2c11dcf5f66a0dbf2b9a5a6a201a20dccca65a.tar.gz
ports-6e2c11dcf5f66a0dbf2b9a5a6a201a20dccca65a.zip
Chase guile's shared lib version.
Notes
Notes: svn path=/head/; revision=79982
-rw-r--r--audio/snd/Makefile2
-rw-r--r--cad/geda-gschem/Makefile2
-rw-r--r--cad/geda-netlist/Makefile2
-rw-r--r--cad/geda-symcheck/Makefile2
-rw-r--r--cad/geda/Makefile2
-rw-r--r--cad/gnetlist/Makefile2
-rw-r--r--cad/gschem/Makefile2
-rw-r--r--cad/gwave/Makefile2
-rw-r--r--cad/libgeda/Makefile2
-rw-r--r--deskutils/gnotime/Makefile2
-rw-r--r--devel/autogen/Makefile2
-rw-r--r--devel/g-wrap/Makefile4
-rw-r--r--devel/gconf/Makefile4
-rw-r--r--devel/libgtop/Makefile4
-rw-r--r--finance/gnucash-devel/Makefile3
-rw-r--r--finance/gnucash/Makefile3
-rw-r--r--games/gnome-games/Makefile3
-rw-r--r--games/gnomegames/Makefile3
-rw-r--r--games/gnomegames2/Makefile3
-rw-r--r--games/gnurobots/Makefile2
-rw-r--r--lang/gnustep-guile/Makefile4
-rw-r--r--mail/icqmail/Makefile2
-rw-r--r--math/drgenius/Makefile2
-rw-r--r--math/drgeo/Makefile2
-rw-r--r--math/guppi/Makefile4
-rw-r--r--math/siag/Makefile2
-rw-r--r--net/serveez/Makefile2
-rw-r--r--print/lilypond/Makefile2
-rw-r--r--science/libctl/Makefile2
-rw-r--r--science/mpb/Makefile2
-rw-r--r--x11-wm/scwm/Makefile2
31 files changed, 41 insertions, 36 deletions
diff --git a/audio/snd/Makefile b/audio/snd/Makefile
index e36126b50e2e..794c77ca4aa1 100644
--- a/audio/snd/Makefile
+++ b/audio/snd/Makefile
@@ -31,7 +31,7 @@ WITHOUT_GTKEXTRA= yes
LIB_DEPENDS+= gtkextra.17:${PORTSDIR}/x11-toolkits/gtkextra
.endif
.if !defined(WITHOUT_GUILE)
-LIB_DEPENDS+= guile.10:${PORTSDIR}/lang/guile
+LIB_DEPENDS+= guile.15:${PORTSDIR}/lang/guile
.if !defined(WITHOUT_X11)
LIB_DEPENDS+= guilegtk-1.2:${PORTSDIR}/x11-toolkits/guile-gtk
.endif
diff --git a/cad/geda-gschem/Makefile b/cad/geda-gschem/Makefile
index 103e363cc61e..f9b8bc822d3e 100644
--- a/cad/geda-gschem/Makefile
+++ b/cad/geda-gschem/Makefile
@@ -18,7 +18,7 @@ COMMENT= gEDA electronic schematic capture tools
BUILD_DEPENDS= gesym-config:${PORTSDIR}/cad/geda-symbols
LIB_DEPENDS= geda.16:${PORTSDIR}/cad/libgeda \
- guile.10:${PORTSDIR}/lang/guile
+ guile.15:${PORTSDIR}/lang/guile
USE_LIBTOOL= yes
#USE_AUTOCONF= yes
diff --git a/cad/geda-netlist/Makefile b/cad/geda-netlist/Makefile
index 3a914a6ba326..81db76a42abc 100644
--- a/cad/geda-netlist/Makefile
+++ b/cad/geda-netlist/Makefile
@@ -17,7 +17,7 @@ MAINTAINER= bruno@tinkerbox.org
COMMENT= gEDA electronic schematic capture tools, netlister
LIB_DEPENDS= geda.16:${PORTSDIR}/cad/libgeda \
- guile.10:${PORTSDIR}/lang/guile
+ guile.15:${PORTSDIR}/lang/guile
BUILD_DEPENDS= gesym-config:${PORTSDIR}/cad/geda-symbols
USE_LIBTOOL= yes
diff --git a/cad/geda-symcheck/Makefile b/cad/geda-symcheck/Makefile
index 062f3657558f..3b23c15b7271 100644
--- a/cad/geda-symcheck/Makefile
+++ b/cad/geda-symcheck/Makefile
@@ -18,7 +18,7 @@ COMMENT= gEDA symbol checking utility
BUILD_DEPENDS= gesym-config:${PORTSDIR}/cad/geda-symbols
LIB_DEPENDS= geda.16:${PORTSDIR}/cad/libgeda \
- guile.10:${PORTSDIR}/lang/guile
+ guile.15:${PORTSDIR}/lang/guile
USE_LIBTOOL= yes
#USE_AUTOCONF= yes
diff --git a/cad/geda/Makefile b/cad/geda/Makefile
index 62801ed82709..237a033266b8 100644
--- a/cad/geda/Makefile
+++ b/cad/geda/Makefile
@@ -21,7 +21,7 @@ BUILD_DEPENDS= gesym-config:${PORTSDIR}/cad/geda-symbols \
gmk_sym:${PORTSDIR}/cad/geda-utils \
gsymcheck:${PORTSDIR}/cad/geda-symcheck
-LIB_DEPENDS= guile.10:${PORTSDIR}/lang/guile \
+LIB_DEPENDS= guile.15:${PORTSDIR}/lang/guile \
geda.16:${PORTSDIR}/cad/libgeda
NO_BUILD= yes
diff --git a/cad/gnetlist/Makefile b/cad/gnetlist/Makefile
index 3a914a6ba326..81db76a42abc 100644
--- a/cad/gnetlist/Makefile
+++ b/cad/gnetlist/Makefile
@@ -17,7 +17,7 @@ MAINTAINER= bruno@tinkerbox.org
COMMENT= gEDA electronic schematic capture tools, netlister
LIB_DEPENDS= geda.16:${PORTSDIR}/cad/libgeda \
- guile.10:${PORTSDIR}/lang/guile
+ guile.15:${PORTSDIR}/lang/guile
BUILD_DEPENDS= gesym-config:${PORTSDIR}/cad/geda-symbols
USE_LIBTOOL= yes
diff --git a/cad/gschem/Makefile b/cad/gschem/Makefile
index 103e363cc61e..f9b8bc822d3e 100644
--- a/cad/gschem/Makefile
+++ b/cad/gschem/Makefile
@@ -18,7 +18,7 @@ COMMENT= gEDA electronic schematic capture tools
BUILD_DEPENDS= gesym-config:${PORTSDIR}/cad/geda-symbols
LIB_DEPENDS= geda.16:${PORTSDIR}/cad/libgeda \
- guile.10:${PORTSDIR}/lang/guile
+ guile.15:${PORTSDIR}/lang/guile
USE_LIBTOOL= yes
#USE_AUTOCONF= yes
diff --git a/cad/gwave/Makefile b/cad/gwave/Makefile
index 30dbfcf20c11..efe3eab6ed73 100644
--- a/cad/gwave/Makefile
+++ b/cad/gwave/Makefile
@@ -15,7 +15,7 @@ COMMENT= Waveform viewer for analogue electronic simulation tools
RUN_DEPENDS= graph:${PORTSDIR}/graphics/plotutils
LIB_DEPENDS= geda.16:${PORTSDIR}/cad/libgeda \
- guile.10:${PORTSDIR}/lang/guile \
+ guile.15:${PORTSDIR}/lang/guile \
guilegtk-1.2.0:${PORTSDIR}/x11-toolkits/guile-gtk
USE_AUTOCONF= yes
diff --git a/cad/libgeda/Makefile b/cad/libgeda/Makefile
index 1175220c8d45..99d8e0953bac 100644
--- a/cad/libgeda/Makefile
+++ b/cad/libgeda/Makefile
@@ -16,7 +16,7 @@ MAINTAINER= bruno@tinkerbox.org
COMMENT= gEDA tools base utility library
LIB_DEPENDS= gdgeda.4:${PORTSDIR}/graphics/libgdgeda \
- guile.10:${PORTSDIR}/lang/guile
+ guile.15:${PORTSDIR}/lang/guile
USE_LIBTOOL= yes
USE_AUTOCONF_VER= 253
diff --git a/deskutils/gnotime/Makefile b/deskutils/gnotime/Makefile
index 825510d5807b..bcac2d526ce0 100644
--- a/deskutils/gnotime/Makefile
+++ b/deskutils/gnotime/Makefile
@@ -16,7 +16,7 @@ COMMENT= GnoTime is a time tracker for gnome2
LIB_DEPENDS= gnomeui-2.200:${PORTSDIR}/x11-toolkits/libgnomeui \
gtkhtml-2.0:${PORTSDIR}/www/libgtkhtml \
- guile.10:${PORTSDIR}/lang/guile
+ guile.15:${PORTSDIR}/lang/guile
USE_GNOME= gnomehack gnomeprefix
USE_X_PREFIX= yes
diff --git a/devel/autogen/Makefile b/devel/autogen/Makefile
index 3c8a454da1a7..de3cbceabb63 100644
--- a/devel/autogen/Makefile
+++ b/devel/autogen/Makefile
@@ -16,7 +16,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
COMMENT= The Automated Program Generator
-LIB_DEPENDS= guile.10:${PORTSDIR}/lang/guile
+LIB_DEPENDS= guile.15:${PORTSDIR}/lang/guile
GUILE_CONFIG?= ${LOCALBASE}/bin/guile-config
XML2_CONFIG?= ${LOCALBASE}/bin/xml2-config
diff --git a/devel/g-wrap/Makefile b/devel/g-wrap/Makefile
index 38f82c1dfab7..47858174690a 100644
--- a/devel/g-wrap/Makefile
+++ b/devel/g-wrap/Makefile
@@ -8,7 +8,7 @@
PORTNAME= g-wrap
PORTVERSION= 1.3.4
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= devel
MASTER_SITES= http://www.gnucash.org/pub/g-wrap/source/ \
http://people.freebsd.org/~sobomax/
@@ -17,7 +17,7 @@ MAINTAINER= gnome@FreeBSD.org
COMMENT= A tool for exporting C libraries into Scheme interpreters
BUILD_DEPENDS= ${LOCALBASE}/share/slib/require.scm:${PORTSDIR}/lang/slib
-LIB_DEPENDS= guile.10:${PORTSDIR}/lang/guile \
+LIB_DEPENDS= guile.15:${PORTSDIR}/lang/guile \
guilegtk-1.2.0:${PORTSDIR}/x11-toolkits/guile-gtk
RUN_DEPENDS= ${LOCALBASE}/share/slib/require.scm:${PORTSDIR}/lang/slib
diff --git a/devel/gconf/Makefile b/devel/gconf/Makefile
index 42ea70820c3d..9d6bde6ac647 100644
--- a/devel/gconf/Makefile
+++ b/devel/gconf/Makefile
@@ -7,7 +7,7 @@
PORTNAME= gconf
PORTVERSION= 1.0.9
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= devel gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/GConf/1.0
@@ -17,7 +17,7 @@ DIST_SUBDIR= gnome
MAINTAINER= gnome@FreeBSD.org
COMMENT= A configuration database system for GNOME
-LIB_DEPENDS= guile.10:${PORTSDIR}/lang/guile \
+LIB_DEPENDS= guile.15:${PORTSDIR}/lang/guile \
db3.3:${PORTSDIR}/databases/db3
USE_BZIP2= yes
diff --git a/devel/libgtop/Makefile b/devel/libgtop/Makefile
index e3505ff6544f..9ef65f167344 100644
--- a/devel/libgtop/Makefile
+++ b/devel/libgtop/Makefile
@@ -7,7 +7,7 @@
PORTNAME= libgtop
PORTVERSION= 1.0.13
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= devel gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.0
@@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.0
MAINTAINER= gnome@FreeBSD.org
COMMENT= GNOME top library
-LIB_DEPENDS= guile.10:${PORTSDIR}/lang/guile
+LIB_DEPENDS= guile.15:${PORTSDIR}/lang/guile
USE_PERL5= yes
USE_GMAKE= yes
diff --git a/finance/gnucash-devel/Makefile b/finance/gnucash-devel/Makefile
index 90b953fe013a..0ed753a42383 100644
--- a/finance/gnucash-devel/Makefile
+++ b/finance/gnucash-devel/Makefile
@@ -7,6 +7,7 @@
PORTNAME= gnucash
PORTVERSION= 1.8.2
+PORTREVISION= 1
CATEGORIES= finance gnome
MASTER_SITES= http://www.gnucash.org/pub/gnucash/sources/stable/ \
ftp://ftp.gnucash.org/pub/gnucash/sources/stable/ \
@@ -17,7 +18,7 @@ MASTER_SITE_SUBDIR= gnucash
MAINTAINER= gnome@FreeBSD.org
COMMENT= Quicken-like money and finace manager
-LIB_DEPENDS= guile.10:${PORTSDIR}/lang/guile \
+LIB_DEPENDS= guile.15:${PORTSDIR}/lang/guile \
guppi.16:${PORTSDIR}/math/guppi \
popt.0:${PORTSDIR}/devel/popt \
ofx.0:${PORTSDIR}/finance/libofx \
diff --git a/finance/gnucash/Makefile b/finance/gnucash/Makefile
index 90b953fe013a..0ed753a42383 100644
--- a/finance/gnucash/Makefile
+++ b/finance/gnucash/Makefile
@@ -7,6 +7,7 @@
PORTNAME= gnucash
PORTVERSION= 1.8.2
+PORTREVISION= 1
CATEGORIES= finance gnome
MASTER_SITES= http://www.gnucash.org/pub/gnucash/sources/stable/ \
ftp://ftp.gnucash.org/pub/gnucash/sources/stable/ \
@@ -17,7 +18,7 @@ MASTER_SITE_SUBDIR= gnucash
MAINTAINER= gnome@FreeBSD.org
COMMENT= Quicken-like money and finace manager
-LIB_DEPENDS= guile.10:${PORTSDIR}/lang/guile \
+LIB_DEPENDS= guile.15:${PORTSDIR}/lang/guile \
guppi.16:${PORTSDIR}/math/guppi \
popt.0:${PORTSDIR}/devel/popt \
ofx.0:${PORTSDIR}/finance/libofx \
diff --git a/games/gnome-games/Makefile b/games/gnome-games/Makefile
index e6fb4598a768..ec75d9666941 100644
--- a/games/gnome-games/Makefile
+++ b/games/gnome-games/Makefile
@@ -7,6 +7,7 @@
PORTNAME= gnomegames2
PORTVERSION= 2.2.1
+PORTREVISION= 1
CATEGORIES= games gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/gnome-games/2.2
@@ -16,7 +17,7 @@ DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
COMMENT= The game applications package for the Gnome 2.0 Desktop Environment
-LIB_DEPENDS= guile.10:${PORTSDIR}/lang/guile
+LIB_DEPENDS= guile.15:${PORTSDIR}/lang/guile
USE_BZIP2= yes
USE_X_PREFIX= yes
diff --git a/games/gnomegames/Makefile b/games/gnomegames/Makefile
index 29f213125e24..31e29cd2ae12 100644
--- a/games/gnomegames/Makefile
+++ b/games/gnomegames/Makefile
@@ -7,6 +7,7 @@
PORTNAME= gnomegames
PORTVERSION= 1.4.0.4
+PORTREVISION= 1
CATEGORIES= games gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/gnome-games/1.4
@@ -16,7 +17,7 @@ DIST_SUBDIR= gnome
MAINTAINER= gnome@FreeBSD.org
COMMENT= The game applications package for the Gnome Desktop Environment
-LIB_DEPENDS= guile.10:${PORTSDIR}/lang/guile
+LIB_DEPENDS= guile.15:${PORTSDIR}/lang/guile
USE_BZIP2= yes
USE_X_PREFIX= yes
diff --git a/games/gnomegames2/Makefile b/games/gnomegames2/Makefile
index e6fb4598a768..ec75d9666941 100644
--- a/games/gnomegames2/Makefile
+++ b/games/gnomegames2/Makefile
@@ -7,6 +7,7 @@
PORTNAME= gnomegames2
PORTVERSION= 2.2.1
+PORTREVISION= 1
CATEGORIES= games gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/gnome-games/2.2
@@ -16,7 +17,7 @@ DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
COMMENT= The game applications package for the Gnome 2.0 Desktop Environment
-LIB_DEPENDS= guile.10:${PORTSDIR}/lang/guile
+LIB_DEPENDS= guile.15:${PORTSDIR}/lang/guile
USE_BZIP2= yes
USE_X_PREFIX= yes
diff --git a/games/gnurobots/Makefile b/games/gnurobots/Makefile
index c4855cb92551..00ac6e21f25e 100644
--- a/games/gnurobots/Makefile
+++ b/games/gnurobots/Makefile
@@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= gnurobots
MAINTAINER= ports@FreeBSD.org
COMMENT= GNU diversion wherein Scheme-coded robots explore a world
-LIB_DEPENDS= guile.10:${PORTSDIR}/lang/guile
+LIB_DEPENDS= guile.15:${PORTSDIR}/lang/guile
GNU_CONFIGURE= yes
USE_XPM= yes
diff --git a/lang/gnustep-guile/Makefile b/lang/gnustep-guile/Makefile
index 1f83897758f6..32a4b33da927 100644
--- a/lang/gnustep-guile/Makefile
+++ b/lang/gnustep-guile/Makefile
@@ -16,7 +16,7 @@ MASTER_SITE_SUBDIR= libs
MAINTAINER= dinoex@FreeBSD.org
COMMENT= GNUstep interface to the GUILE scheme interpreter
-LIB_DEPENDS+= guile.10:${PORTSDIR}/lang/guile
+LIB_DEPENDS+= guile.15:${PORTSDIR}/lang/guile
PREFIX= ${LOCALBASE}/GNUstep
NO_MTREE= yes
@@ -45,6 +45,6 @@ USE_GNUSTEP_BUILD= yes
USE_GNUSTEP_INSTALL= yes
.include "${PORTSDIR}/devel/gnustep/bsd.gnustep.mk"
-GUILE_VER!= (cd ${PORTSDIR}/lang/guile && make -V PORTVERSION)
+GUILE_VER!= (cd ${PORTSDIR}/lang/guile && make -V GUILE_VER)
.include <bsd.port.post.mk>
diff --git a/mail/icqmail/Makefile b/mail/icqmail/Makefile
index 95e40dacc33c..a1be33c266be 100644
--- a/mail/icqmail/Makefile
+++ b/mail/icqmail/Makefile
@@ -18,7 +18,7 @@ COMMENT= A simple ICQ->Email gateway
IGNORE= "Does not work with newer version of protocol"
LIB_DEPENDS= icq0.1:${PORTSDIR}/net/icqlib0 \
- guile.10:${PORTSDIR}/lang/guile
+ guile.15:${PORTSDIR}/lang/guile
USE_AUTOCONF= yes
GNU_CONFIGURE= yes
diff --git a/math/drgenius/Makefile b/math/drgenius/Makefile
index 84b016ce2d0e..cdd2383e6228 100644
--- a/math/drgenius/Makefile
+++ b/math/drgenius/Makefile
@@ -14,7 +14,7 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= The Gnome Interactive Geometry Sofware
BUILD_DEPENDS= gob:${PORTSDIR}/x11-toolkits/gob
-LIB_DEPENDS= guile.10:${PORTSDIR}/lang/guile
+LIB_DEPENDS= guile.15:${PORTSDIR}/lang/guile
USE_X_PREFIX= yes
USE_REINPLACE= yes
diff --git a/math/drgeo/Makefile b/math/drgeo/Makefile
index 84b016ce2d0e..cdd2383e6228 100644
--- a/math/drgeo/Makefile
+++ b/math/drgeo/Makefile
@@ -14,7 +14,7 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= The Gnome Interactive Geometry Sofware
BUILD_DEPENDS= gob:${PORTSDIR}/x11-toolkits/gob
-LIB_DEPENDS= guile.10:${PORTSDIR}/lang/guile
+LIB_DEPENDS= guile.15:${PORTSDIR}/lang/guile
USE_X_PREFIX= yes
USE_REINPLACE= yes
diff --git a/math/guppi/Makefile b/math/guppi/Makefile
index ed69511005cb..35ccc8431bd6 100644
--- a/math/guppi/Makefile
+++ b/math/guppi/Makefile
@@ -7,7 +7,7 @@
PORTNAME= guppi
PORTVERSION= 0.40.3
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= math gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/Guppi/0.40
@@ -16,7 +16,7 @@ DISTNAME= Guppi-${PORTVERSION}
MAINTAINER= gnome@FreeBSD.org
COMMENT= A ploting program for GNOME
-LIB_DEPENDS= guile.10:${PORTSDIR}/lang/guile
+LIB_DEPENDS= guile.15:${PORTSDIR}/lang/guile
USE_X_PREFIX= yes
USE_GMAKE= yes
diff --git a/math/siag/Makefile b/math/siag/Makefile
index 75f043fa9e01..e893be265f9d 100644
--- a/math/siag/Makefile
+++ b/math/siag/Makefile
@@ -41,7 +41,7 @@ CONFIGURE_ENV+= LOCALBASE=${LOCALBASE} \
MAKE_ARGS= "-j 2"
.if defined(WITH_GUILE) || defined(GUILE)
-LIB_DEPENDS+= guile.10:${PORTSDIR}/lang/guile
+LIB_DEPENDS+= guile.15:${PORTSDIR}/lang/guile
.endif
USE_X_PREFIX= yes
diff --git a/net/serveez/Makefile b/net/serveez/Makefile
index 2a76be3b00a6..2b5f0b048941 100644
--- a/net/serveez/Makefile
+++ b/net/serveez/Makefile
@@ -17,7 +17,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
COMMENT= A server framework
-LIB_DEPENDS= guile.10:${PORTSDIR}/lang/guile
+LIB_DEPENDS= guile.15:${PORTSDIR}/lang/guile
.if !exists(/usr/bin/bzip2)
LIB_DEPENDS+= bz2.1:${PORTSDIR}/archivers/bzip2
.endif
diff --git a/print/lilypond/Makefile b/print/lilypond/Makefile
index b347ab4f4db8..e44629b28dd9 100644
--- a/print/lilypond/Makefile
+++ b/print/lilypond/Makefile
@@ -17,7 +17,7 @@ MAINTAINER= trevor@FreeBSD.org
COMMENT= The GNU music typesetter
BUILD_DEPENDS= ${LOCALBASE}/bin/latex:${PORTSDIR}/print/teTeX
-LIB_DEPENDS= guile.10:${PORTSDIR}/lang/guile
+LIB_DEPENDS= guile.15:${PORTSDIR}/lang/guile
MAN1= abc2ly.1 as2text.1 convert-ly.1 etf2ly.1 lilypond.1 \
lilypond-book.1 ly2dvi.1 midi2ly.1 mup2ly.1 musedata2ly.1 pmx2ly.1
diff --git a/science/libctl/Makefile b/science/libctl/Makefile
index 3daa80ceb345..63920cf50c45 100644
--- a/science/libctl/Makefile
+++ b/science/libctl/Makefile
@@ -14,7 +14,7 @@ MASTER_SITES= http://ab-initio.mit.edu/libctl/
MAINTAINER= ports@FreeBSD.org
COMMENT= Control Language Library
-LIB_DEPENDS= guile.10:${PORTSDIR}/lang/guile
+LIB_DEPENDS= guile.15:${PORTSDIR}/lang/guile
GNU_CONFIGURE= yes
diff --git a/science/mpb/Makefile b/science/mpb/Makefile
index b325c600c32c..3356f21fd83c 100644
--- a/science/mpb/Makefile
+++ b/science/mpb/Makefile
@@ -21,7 +21,7 @@ LIB_DEPENDS= blas.1:${PORTSDIR}/math/blas \
atlas.1:${PORTSDIR}/math/atlas \
fftw.2:${PORTSDIR}/math/fftw \
hdf5.0:${PORTSDIR}/graphics/hdf5 \
- guile.10:${PORTSDIR}/lang/guile
+ guile.15:${PORTSDIR}/lang/guile
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \
diff --git a/x11-wm/scwm/Makefile b/x11-wm/scwm/Makefile
index 7e95db0ac73b..7d8f56ee70da 100644
--- a/x11-wm/scwm/Makefile
+++ b/x11-wm/scwm/Makefile
@@ -13,7 +13,7 @@ MASTER_SITES= ftp://scwm.mit.edu/pub/scwm/
MAINTAINER= nakai@FreeBSD.org
COMMENT= Scheme configurable window manager
-LIB_DEPENDS= guile.10:${PORTSDIR}/lang/guile
+LIB_DEPENDS= guile.15:${PORTSDIR}/lang/guile
RUN_DEPENDS= ${X11BASE}/share/scwm/pixmaps/Animator.xpm:${PORTSDIR}/graphics/scwm-icons
USE_X_PREFIX= yes