diff options
author | miwi <miwi@FreeBSD.org> | 2009-01-13 04:37:24 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-01-13 04:37:24 +0800 |
commit | b5a5b67fe292215f008632d3735ba3ffa13ba468 (patch) | |
tree | cbefb48418bd3c03aa77f48c7b7511e57603af45 /math/octave-forge-gsl | |
parent | b17a3affb2ce1d83db5fced57321ff36b12ef3e5 (diff) | |
download | freebsd-ports-gnome-b5a5b67fe292215f008632d3735ba3ffa13ba468.tar.gz freebsd-ports-gnome-b5a5b67fe292215f008632d3735ba3ffa13ba468.tar.zst freebsd-ports-gnome-b5a5b67fe292215f008632d3735ba3ffa13ba468.zip |
- Chase gsl shlib bump
Diffstat (limited to 'math/octave-forge-gsl')
-rw-r--r-- | math/octave-forge-gsl/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/octave-forge-gsl/Makefile b/math/octave-forge-gsl/Makefile index 4c78dcca7847..a9e8dbfd43ba 100644 --- a/math/octave-forge-gsl/Makefile +++ b/math/octave-forge-gsl/Makefile @@ -7,12 +7,13 @@ PORTNAME= octave-forge-gsl PORTVERSION= 1.0.7 +PORTREVISION= 1 CATEGORIES= math MAINTAINER= stephen@math.missouri.edu COMMENT= Octave-forge package ${OCTAVE_PKGNAME} -LIB_DEPENDS= gsl.12:${PORTSDIR}/math/gsl +LIB_DEPENDS= gsl.13:${PORTSDIR}/math/gsl post-patch: @${REINPLACE_CMD} s+/bin/bash+/usr/local/bin/bash+g ${WRKSRC}/src/config* |