diff options
author | maho <maho@FreeBSD.org> | 2008-09-09 08:00:12 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2008-09-09 08:00:12 +0800 |
commit | 61eb58c993c0f037cea9b18e847800d2423cb0d2 (patch) | |
tree | 9c778454204f67bbe05165071d5c06297d23f873 /math/octave-forge-xraylib | |
parent | 97580c7d53dc7bb3809790d004a06c544243b222 (diff) | |
download | freebsd-ports-gnome-61eb58c993c0f037cea9b18e847800d2423cb0d2.tar.gz freebsd-ports-gnome-61eb58c993c0f037cea9b18e847800d2423cb0d2.tar.zst freebsd-ports-gnome-61eb58c993c0f037cea9b18e847800d2423cb0d2.zip |
Build fix for math/octage-forge-xraylib.
PR: 127208
Submitted by: Stephen Montgomery-Smith <stephen@cauchy.math.missouri.edu>
Approved by: portmgr (joe)
Diffstat (limited to 'math/octave-forge-xraylib')
-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 |