aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authormnag <mnag@FreeBSD.org>2006-05-09 03:44:43 +0800
committermnag <mnag@FreeBSD.org>2006-05-09 03:44:43 +0800
commit25b8739ff5ac92827b903d5b6641dca68e077369 (patch)
tree55f4da2fc9ea26af33cf9ba09ede615fc7b2cac1 /math
parentb7a29b127c0516fa7f365e204cd39b41d84230f4 (diff)
downloadfreebsd-ports-gnome-25b8739ff5ac92827b903d5b6641dca68e077369.tar.gz
freebsd-ports-gnome-25b8739ff5ac92827b903d5b6641dca68e077369.tar.zst
freebsd-ports-gnome-25b8739ff5ac92827b903d5b6641dca68e077369.zip
- Update LIB_DEPENDS to reflect math/gsl update.
- Correct use of LIB_DEPENDS. s|${.CURDIR}/../gsl|${PORTSDIR}/math/gsl| - Bump PORTREVISION Notified by: krismail
Diffstat (limited to 'math')
-rw-r--r--math/ruby-gsl/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/ruby-gsl/Makefile b/math/ruby-gsl/Makefile
index 9b4282d7dc39..6301b29e5835 100644
--- a/math/ruby-gsl/Makefile
+++ b/math/ruby-gsl/Makefile
@@ -7,7 +7,7 @@
PORTNAME= gsl
PORTVERSION= 1.5.4
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= math ruby
MASTER_SITES= http://rubyforge.org/frs/download.php/2108/
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
@@ -17,7 +17,7 @@ DIST_SUBDIR= ruby
MAINTAINER= ports@FreeBSD.org
COMMENT= A Ruby extension library for GSL (GNU Scientific Library)
-LIB_DEPENDS= gsl.7:${.CURDIR}/../gsl
+LIB_DEPENDS= gsl.9:${PORTSDIR}/math/gsl
USE_RUBY= yes
USE_RUBY_SETUP= yes