diff options
author | Wen Heping <wen@FreeBSD.org> | 2010-03-29 01:12:27 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2010-03-29 01:12:27 +0000 |
commit | 6905d4a0d8518b83f28bf41330e381a8128dc0b4 (patch) | |
tree | 30905f5c5ec570d5180cc95b3ca4699a84635835 /math/octave-forge-gsl | |
parent | d53fd93f0b690c56a78a292c01f0fe87b04480d1 (diff) |
- Bump PORTREVISION to chase the update of math/gsl
Notes
Notes:
svn path=/head/; revision=251666
Diffstat (limited to 'math/octave-forge-gsl')
-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 ccb74fdef0a1..d0ef07d369b0 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= 4 +PORTREVISION= 5 CATEGORIES= math MAINTAINER= stephen@missouri.edu COMMENT= Octave-forge package ${OCTAVE_PKGNAME} -LIB_DEPENDS= gsl.14:${PORTSDIR}/math/gsl +LIB_DEPENDS= gsl.15:${PORTSDIR}/math/gsl post-patch: @${REINPLACE_CMD} s+/bin/bash+/usr/local/bin/bash+g ${WRKSRC}/src/config* |