From a642683789d1f7ccdc0a3f9fc7bbd59f97931a7a Mon Sep 17 00:00:00 2001 From: ijliao Date: Fri, 29 Jun 2007 05:46:43 +0000 Subject: chase math/gsl lib version --- math/ruby-gsl/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'math/ruby-gsl') diff --git a/math/ruby-gsl/Makefile b/math/ruby-gsl/Makefile index d626342b1688..d6d4bf1666f8 100644 --- a/math/ruby-gsl/Makefile +++ b/math/ruby-gsl/Makefile @@ -7,6 +7,7 @@ PORTNAME= gsl PORTVERSION= 1.9.0 +PORTREVISION= 1 CATEGORIES= math ruby MASTER_SITES= ${MASTER_SITE_RUBYFORGE} MASTER_SITE_SUBDIR= rb-${PORTNAME} @@ -17,7 +18,7 @@ DIST_SUBDIR= ruby MAINTAINER= clsung@FreeBSD.org COMMENT= A Ruby extension library for GSL (GNU Scientific Library) -LIB_DEPENDS= gsl.9:${PORTSDIR}/math/gsl +LIB_DEPENDS= gsl.10:${PORTSDIR}/math/gsl USE_RUBY= yes USE_RUBY_SETUP= yes -- cgit