diff options
author | marcus <marcus@FreeBSD.org> | 2002-06-19 16:37:57 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-06-19 16:37:57 +0000 |
commit | 077484d7160d58968db85ef7e448b8e6fccb0112 (patch) | |
tree | 07b882e94dce8917ed36ca550b360b55c150bcbc /games/gnomegames2 | |
parent | 55b052c11cfb16daf99646f3b7fb1204fb5e46a5 (diff) | |
download | FreeBSD-ports-077484d7160d58968db85ef7e448b8e6fccb0112.zip FreeBSD-ports-077484d7160d58968db85ef7e448b8e6fccb0112.tar.gz |
Chase guile shared lib number.
Prompted by: Mike Harding <mvh@ix.netcom.com>
Diffstat (limited to 'games/gnomegames2')
-rw-r--r-- | games/gnomegames2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/gnomegames2/Makefile b/games/gnomegames2/Makefile index 270d975..10ed297 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 |