summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--audio/snd/Makefile2
-rw-r--r--math/py-gsl/Makefile2
-rw-r--r--math/ruby-gsl/Makefile2
3 files changed, 3 insertions, 3 deletions
diff --git a/audio/snd/Makefile b/audio/snd/Makefile
index 6eae8be66454..af18c25801b9 100644
--- a/audio/snd/Makefile
+++ b/audio/snd/Makefile
@@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= trevor@FreeBSD.org
-LIB_DEPENDS= gsl.0:${PORTSDIR}/math/gsl \
+LIB_DEPENDS= gsl.3:${PORTSDIR}/math/gsl \
intl.2:${PORTSDIR}/devel/gettext
.if !defined(WITHOUT_ESD)
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