diff options
author | marcus <marcus@FreeBSD.org> | 2002-06-20 00:37:57 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-06-20 00:37:57 +0800 |
commit | 077484d7160d58968db85ef7e448b8e6fccb0112 (patch) | |
tree | 07b882e94dce8917ed36ca550b360b55c150bcbc /games | |
parent | 55b052c11cfb16daf99646f3b7fb1204fb5e46a5 (diff) | |
download | freebsd-ports-gnome-077484d7160d58968db85ef7e448b8e6fccb0112.tar.gz freebsd-ports-gnome-077484d7160d58968db85ef7e448b8e6fccb0112.tar.zst freebsd-ports-gnome-077484d7160d58968db85ef7e448b8e6fccb0112.zip |
Chase guile shared lib number.
Prompted by: Mike Harding <mvh@ix.netcom.com>
Diffstat (limited to 'games')
-rw-r--r-- | games/gnome-games/Makefile | 2 | ||||
-rw-r--r-- | games/gnomegames/Makefile | 2 | ||||
-rw-r--r-- | games/gnomegames2/Makefile | 2 | ||||
-rw-r--r-- | games/gnurobots/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/games/gnome-games/Makefile b/games/gnome-games/Makefile index 270d9758ae18..10ed297c1e20 100644 --- a/games/gnome-games/Makefile +++ b/games/gnome-games/Makefile @@ -16,7 +16,7 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org LIB_DEPENDS= gnomeui-2.0:${PORTSDIR}/x11-toolkits/libgnomeui \ - guile.9:${PORTSDIR}/lang/guile + guile.10:${PORTSDIR}/lang/guile USE_BZIP2= yes USE_X_PREFIX= yes diff --git a/games/gnomegames/Makefile b/games/gnomegames/Makefile index 4e30fa648f7b..94fe101ab2c9 100644 --- a/games/gnomegames/Makefile +++ b/games/gnomegames/Makefile @@ -15,7 +15,7 @@ DIST_SUBDIR= gnome MAINTAINER= gnome@FreeBSD.org -LIB_DEPENDS= guile.9:${PORTSDIR}/lang/guile +LIB_DEPENDS= guile.10:${PORTSDIR}/lang/guile USE_BZIP2= yes USE_X_PREFIX= yes diff --git a/games/gnomegames2/Makefile b/games/gnomegames2/Makefile index 270d9758ae18..10ed297c1e20 100644 --- a/games/gnomegames2/Makefile +++ b/games/gnomegames2/Makefile @@ -16,7 +16,7 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org LIB_DEPENDS= gnomeui-2.0:${PORTSDIR}/x11-toolkits/libgnomeui \ - guile.9:${PORTSDIR}/lang/guile + guile.10:${PORTSDIR}/lang/guile USE_BZIP2= yes USE_X_PREFIX= yes diff --git a/games/gnurobots/Makefile b/games/gnurobots/Makefile index 794a8167c2f3..3b6a89c600f5 100644 --- a/games/gnurobots/Makefile +++ b/games/gnurobots/Makefile @@ -13,7 +13,7 @@ MASTER_SITE_SUBDIR= gnurobots MAINTAINER= avh4@usa.net -LIB_DEPENDS= guile.9:${PORTSDIR}/lang/guile +LIB_DEPENDS= guile.10:${PORTSDIR}/lang/guile GNU_CONFIGURE= yes USE_XPM= yes |