aboutsummaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2003-10-12 21:57:01 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2003-10-12 21:57:01 +0000
commitc92980c3284052b5cafc4e412de353ed616c3abb (patch)
treea4a4608319817a39df1d6558abd06f59309ecee1 /math
parent50d604d29ba23210e64b5306837caa218b6cf530 (diff)
downloadports-c92980c3284052b5cafc4e412de353ed616c3abb.tar.gz
ports-c92980c3284052b5cafc4e412de353ed616c3abb.zip
Notes
Diffstat (limited to 'math')
-rw-r--r--math/py-gsl/Makefile2
-rw-r--r--math/ruby-gsl/Makefile2
-rw-r--r--math/yacas/Makefile2
3 files changed, 3 insertions, 3 deletions
diff --git a/math/py-gsl/Makefile b/math/py-gsl/Makefile
index 44e1ed69cd6b..da13662cdc4a 100644
--- a/math/py-gsl/Makefile
+++ b/math/py-gsl/Makefile
@@ -17,7 +17,7 @@ DIST_SUBDIR= python
MAINTAINER= perky@FreeBSD.org
COMMENT= Python interface to GNU Scientific Library
-LIB_DEPENDS= gsl.4:${PORTSDIR}/math/gsl
+LIB_DEPENDS= gsl.5:${PORTSDIR}/math/gsl
PLIST_SUB= PYTHON_SITELIBDIR=${PYTHON_SITELIBDIR:S,^${LOCALBASE}/,,g}
USE_PYTHON= yes
diff --git a/math/ruby-gsl/Makefile b/math/ruby-gsl/Makefile
index dd0f6471f880..cc5c5e8e9ded 100644
--- a/math/ruby-gsl/Makefile
+++ b/math/ruby-gsl/Makefile
@@ -16,7 +16,7 @@ DIST_SUBDIR= ruby
MAINTAINER= knu@FreeBSD.org
COMMENT= A Ruby extension library for GSL (GNU Scientific Library)
-LIB_DEPENDS= gsl.4:${.CURDIR}/../gsl
+LIB_DEPENDS= gsl.5:${.CURDIR}/../gsl
USE_RUBY= yes
USE_RUBY_SETUP= yes
diff --git a/math/yacas/Makefile b/math/yacas/Makefile
index 6a7ad64d7fc7..d313143aab05 100644
--- a/math/yacas/Makefile
+++ b/math/yacas/Makefile
@@ -14,7 +14,7 @@ MASTER_SITES= http://yacas.sourceforge.net/backups/
MAINTAINER= ports@FreeBSD.org
COMMENT= Yet Another Computer Algebra System
-LIB_DEPENDS= gsl.4:${PORTSDIR}/math/gsl
+LIB_DEPENDS= gsl.5:${PORTSDIR}/math/gsl
USE_PERL5_BUILD= yes
USE_GMAKE= yes