diff options
Diffstat (limited to 'math/ruby-gsl/Makefile')
-rw-r--r-- | math/ruby-gsl/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/math/ruby-gsl/Makefile b/math/ruby-gsl/Makefile index ea0e33b29b66..20a0d42fad6a 100644 --- a/math/ruby-gsl/Makefile +++ b/math/ruby-gsl/Makefile @@ -6,9 +6,9 @@ # PORTNAME= gsl -PORTVERSION= 1.5.0 +PORTVERSION= 1.5.4 CATEGORIES= math ruby -MASTER_SITES= http://rubyforge.org/frs/download.php/1165/ +MASTER_SITES= http://rubyforge.org/frs/download.php/2108/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DISTNAME= rb-${PORTNAME}-${PORTVERSION} DIST_SUBDIR= ruby @@ -21,7 +21,6 @@ LIB_DEPENDS= gsl.6:${.CURDIR}/../gsl USE_RUBY= yes USE_RUBY_SETUP= yes -WRKSRC= ${WRKDIR}/rb-${PORTNAME} CONFIGURE_ARGS= -- --with-opt-dir="${LOCALBASE}" EXAMPLES_EN= samples/* |