summaryrefslogtreecommitdiff
path: root/math/ruby-gsl
diff options
context:
space:
mode:
authorMarcus Alves Grando <mnag@FreeBSD.org>2006-05-08 19:44:43 +0000
committerMarcus Alves Grando <mnag@FreeBSD.org>2006-05-08 19:44:43 +0000
commit4eefab5df0652855569752255d258c26cc46aab5 (patch)
tree2fe0c97bdb9764203641f6616aecbcde216f93ab /math/ruby-gsl
parentDoom 3 is a sci-fi horror first-person shooter computer game developed by id (diff)
- Update LIB_DEPENDS to reflect math/gsl update.
- Correct use of LIB_DEPENDS. s|${.CURDIR}/../gsl|${PORTSDIR}/math/gsl| - Bump PORTREVISION Notified by: krismail
Notes
Notes: svn path=/head/; revision=161751
Diffstat (limited to 'math/ruby-gsl')
-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