diff options
author | Maho Nakata <maho@FreeBSD.org> | 2008-09-09 00:00:12 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2008-09-09 00:00:12 +0000 |
commit | 8c435f6474fadffd15152765ef6ed31eb2da9db6 (patch) | |
tree | 14251dcecd68c776665eeaf607f4f0841f4ee6cf /math | |
parent | Build fix for math/octave-forge-data-smoothing. (diff) |
Build fix for math/octage-forge-xraylib.
PR: 127208
Submitted by: Stephen Montgomery-Smith <stephen@cauchy.math.missouri.edu>
Approved by: portmgr (joe)
Notes
Notes:
svn path=/head/; revision=220305
Diffstat (limited to 'math')
-rw-r--r-- | math/octave-forge-xraylib/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/octave-forge-xraylib/Makefile b/math/octave-forge-xraylib/Makefile index 209121b0746d..4fc10885558b 100644 --- a/math/octave-forge-xraylib/Makefile +++ b/math/octave-forge-xraylib/Makefile @@ -12,6 +12,8 @@ CATEGORIES= math MAINTAINER= stephen@math.missouri.edu COMMENT= Octave-forge package ${OCTAVE_PKGNAME} +BUILD_DEPENDS+= bash:${PORTSDIR}/shells/bash + post-patch: @${REINPLACE_CMD} s+/bin/bash+/usr/local/bin/bash+g ${WRKSRC}/src/xraylib/src/*.sh @${REINPLACE_CMD} s+/bin/bash+/usr/local/bin/bash+g ${WRKSRC}/src/xraylib/src/Makefile |