aboutsummaryrefslogtreecommitdiff
path: root/math/octave-forge-tsa
diff options
context:
space:
mode:
authorStephen Montgomery-Smith <stephen@FreeBSD.org>2014-01-23 05:05:19 +0000
committerStephen Montgomery-Smith <stephen@FreeBSD.org>2014-01-23 05:05:19 +0000
commit1e83422365b4f7dca6de58af829d906c6975a560 (patch)
tree073af60a44e8b60bb385d4db2c22ecb09a70290b /math/octave-forge-tsa
parent6731e4e8bbfa567c442eb7acd38ed56b79dbd3d0 (diff)
downloadports-1e83422365b4f7dca6de58af829d906c6975a560.tar.gz
ports-1e83422365b4f7dca6de58af829d906c6975a560.zip
- Move the MAKE_ARGS variables from some individual math/octave-forge-*
ports to Mk/bsd.octave.mk. Also add LD_CXX="${CXX}" DL_LD="${CXX}" to MAKE_ARGS, as this fixes the build of several octave-forve-* ports by setting these variables properly in ${PREFIX}/bin/mkoctfile.
Notes
Notes: svn path=/head/; revision=340801
Diffstat (limited to 'math/octave-forge-tsa')
-rw-r--r--math/octave-forge-tsa/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/math/octave-forge-tsa/Makefile b/math/octave-forge-tsa/Makefile
index 99a94c8032a7..4d4bebb011ba 100644
--- a/math/octave-forge-tsa/Makefile
+++ b/math/octave-forge-tsa/Makefile
@@ -10,8 +10,6 @@ COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
LICENSE= GPLv3
-MAKE_ARGS= CC="${CC}" CXX="${CXX}"
-
# OCTSRC is the name of the directory of the package.
# It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}.
OCTSRC= ${OCTAVE_PKGNAME}