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 /math | |
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 'math')
-rw-r--r-- | math/guppi/Makefile | 2 | ||||
-rw-r--r-- | math/siag/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/math/guppi/Makefile b/math/guppi/Makefile index fe7ed25..82488c8 100644 --- a/math/guppi/Makefile +++ b/math/guppi/Makefile @@ -15,7 +15,7 @@ DISTNAME= Guppi-${PORTVERSION} MAINTAINER= gnome@FreeBSD.org -LIB_DEPENDS= guile.9:${PORTSDIR}/lang/guile +LIB_DEPENDS= guile.10:${PORTSDIR}/lang/guile USE_X_PREFIX= yes USE_GMAKE= yes diff --git a/math/siag/Makefile b/math/siag/Makefile index f884073..c0381ec 100644 --- a/math/siag/Makefile +++ b/math/siag/Makefile @@ -40,7 +40,7 @@ CONFIGURE_ENV+= LOCALBASE=${LOCALBASE} \ MAKE_ARGS= "-j 2" .if defined(WITH_GUILE) || defined(GUILE) -LIB_DEPENDS+= guile.9:${PORTSDIR}/lang/guile +LIB_DEPENDS+= guile.10:${PORTSDIR}/lang/guile .endif USE_X_PREFIX= yes |