diff options
author | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2014-01-23 05:05:19 +0000 |
---|---|---|
committer | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2014-01-23 05:05:19 +0000 |
commit | 1e83422365b4f7dca6de58af829d906c6975a560 (patch) | |
tree | 073af60a44e8b60bb385d4db2c22ecb09a70290b /math | |
parent | 6731e4e8bbfa567c442eb7acd38ed56b79dbd3d0 (diff) | |
download | ports-1e83422365b4f7dca6de58af829d906c6975a560.tar.gz ports-1e83422365b4f7dca6de58af829d906c6975a560.zip |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/octave-forge-ltfat/Makefile | 2 | ||||
-rw-r--r-- | math/octave-forge-nan/Makefile | 1 | ||||
-rw-r--r-- | math/octave-forge-tsa/Makefile | 2 | ||||
-rw-r--r-- | math/octave-forge-xraylib/Makefile | 1 |
4 files changed, 0 insertions, 6 deletions
diff --git a/math/octave-forge-ltfat/Makefile b/math/octave-forge-ltfat/Makefile index 39a70ca7c4a6..b684f9434716 100644 --- a/math/octave-forge-ltfat/Makefile +++ b/math/octave-forge-ltfat/Makefile @@ -15,8 +15,6 @@ LIB_DEPENDS= fftw3:${PORTSDIR}/math/fftw3 \ portaudio:${PORTSDIR}/audio/portaudio2 \ cblas:${PORTSDIR}/math/cblas -MAKE_ARGS= CC="${CC}" - # OCTSRC is the name of the directory of the package. # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. OCTSRC= ${OCTAVE_PKGNAME} diff --git a/math/octave-forge-nan/Makefile b/math/octave-forge-nan/Makefile index 98d23fdb6b2d..dcce64df0832 100644 --- a/math/octave-forge-nan/Makefile +++ b/math/octave-forge-nan/Makefile @@ -11,7 +11,6 @@ COMMENT= Octave-forge package ${OCTAVE_PKGNAME} LICENSE= GPLv3 MAKE_JOBS_UNSAFE= yes -MAKE_ARGS= CC="${CC}" CXX="${CXX}" # OCTSRC is the name of the directory of the package. # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. 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} diff --git a/math/octave-forge-xraylib/Makefile b/math/octave-forge-xraylib/Makefile index 54e2adb83583..172b04353492 100644 --- a/math/octave-forge-xraylib/Makefile +++ b/math/octave-forge-xraylib/Makefile @@ -12,7 +12,6 @@ COMMENT= Octave-forge package ${OCTAVE_PKGNAME} LICENSE= GPLv2 GNU_CONFIGURE= yes -MAKE_ARGS= CC="${CC}" BUILD_DEPENDS+= bash:${PORTSDIR}/shells/bash |