diff options
author | wen <wen@FreeBSD.org> | 2010-03-29 09:12:27 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2010-03-29 09:12:27 +0800 |
commit | 2485fe149efc978d155393f33f5e726cede4736a (patch) | |
tree | 1ee635f2ee7443b3c01fb63f5769fdc72b2f74be /math/octave-forge-gsl | |
parent | 6f1eb824beba87cbcb6f9543780fd30fc64d302f (diff) | |
download | freebsd-ports-gnome-2485fe149efc978d155393f33f5e726cede4736a.tar.gz freebsd-ports-gnome-2485fe149efc978d155393f33f5e726cede4736a.tar.zst freebsd-ports-gnome-2485fe149efc978d155393f33f5e726cede4736a.zip |
- Bump PORTREVISION to chase the update of math/gsl
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* |