diff options
Diffstat (limited to 'math')
-rw-r--r-- | math/py-gsl/Makefile | 2 | ||||
-rw-r--r-- | math/ruby-gsl/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/math/py-gsl/Makefile b/math/py-gsl/Makefile index 9638a459c30b..f7881b3142fa 100644 --- a/math/py-gsl/Makefile +++ b/math/py-gsl/Makefile @@ -16,7 +16,7 @@ DIST_SUBDIR= python MAINTAINER= perky@FreeBSD.org -LIB_DEPENDS= gsl.0:${PORTSDIR}/math/gsl +LIB_DEPENDS= gsl.3:${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 745afa216dfb..ff88bc7fd38a 100644 --- a/math/ruby-gsl/Makefile +++ b/math/ruby-gsl/Makefile @@ -15,7 +15,7 @@ DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org -LIB_DEPENDS= gsl.0:${.CURDIR}/../gsl +LIB_DEPENDS= gsl.3:${.CURDIR}/../gsl USE_RUBY= yes USE_RUBY_SETUP= yes |