diff options
author | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2014-01-12 15:20:47 +0000 |
---|---|---|
committer | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2014-01-12 15:20:47 +0000 |
commit | ef3357f1b6906b39e8a1bd20b1be70fbc4070615 (patch) | |
tree | 4bd68bfc34efe82ab1921b50e29560f42f55f2cc /math/octave-forge-xraylib | |
parent | 6fadca7ae44529ad64ede9d748be44a2983be401 (diff) | |
download | ports-ef3357f1b6906b39e8a1bd20b1be70fbc4070615.tar.gz ports-ef3357f1b6906b39e8a1bd20b1be70fbc4070615.zip |
Notes
Diffstat (limited to 'math/octave-forge-xraylib')
-rw-r--r-- | math/octave-forge-xraylib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/octave-forge-xraylib/Makefile b/math/octave-forge-xraylib/Makefile index ae65c86eee2a..6160ad97ac66 100644 --- a/math/octave-forge-xraylib/Makefile +++ b/math/octave-forge-xraylib/Makefile @@ -10,6 +10,7 @@ MAINTAINER= stephen@FreeBSD.org COMMENT= Octave-forge package ${OCTAVE_PKGNAME} GNU_CONFIGURE= yes +MAKE_ARGS= CC="${CC}" BUILD_DEPENDS+= bash:${PORTSDIR}/shells/bash @@ -19,7 +20,6 @@ post-patch: @${REINPLACE_CMD} s+/bin/bash+${LOCALBASE}/bin/bash+g ${WRKSRC}/src/xraylib/src/Makefile @${REINPLACE_CMD} s+/bin/bash+${LOCALBASE}/bin/bash+g ${WRKSRC}/src/xraylib/bin/xraylib @${REINPLACE_CMD} s+/bin/bash+${LOCALBASE}/bin/bash+g ${WRKSRC}/src/xraylib/*.sh - @${REINPLACE_CMD} s/^CC/\#CC/ ${WRKSRC}/src/xraylib/src/Makefile .include "${.CURDIR}/../../Mk/bsd.octave.mk" .include <bsd.port.mk> |