diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-06-19 16:37:57 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-06-19 16:37:57 +0000 |
commit | 71c8105783f10caa9c6581b220bb17debc74835c (patch) | |
tree | df2587552f335f4cb7d22139e7902d057008901e /math | |
parent | b93aeaef4d71adfa7d363db5d2c563c8f04f17c7 (diff) | |
download | ports-71c8105783f10caa9c6581b220bb17debc74835c.tar.gz ports-71c8105783f10caa9c6581b220bb17debc74835c.zip |
Notes
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 fe7ed25159c2..82488c817e93 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 f8840734ba09..c0381ecbad23 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 |