diff options
Diffstat (limited to 'math/octave-forge-gsl/Makefile')
-rw-r--r-- | math/octave-forge-gsl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/octave-forge-gsl/Makefile b/math/octave-forge-gsl/Makefile index 607afe81a71a..79eaa28430f1 100644 --- a/math/octave-forge-gsl/Makefile +++ b/math/octave-forge-gsl/Makefile @@ -7,13 +7,13 @@ PORTNAME= octave-forge-gsl PORTVERSION= 1.0.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MAINTAINER= stephen@missouri.edu COMMENT= Octave-forge package ${OCTAVE_PKGNAME} -LIB_DEPENDS= gsl.13:${PORTSDIR}/math/gsl +LIB_DEPENDS= gsl.14:${PORTSDIR}/math/gsl post-patch: @${REINPLACE_CMD} s+/bin/bash+/usr/local/bin/bash+g ${WRKSRC}/src/config* |