diff options
author | linimon <linimon@FreeBSD.org> | 2018-06-22 09:06:59 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2018-06-22 09:06:59 +0800 |
commit | 4fa4a1e28574ef2665f5294de9c34240a7329a66 (patch) | |
tree | 8861ca3e32539138ecbad7dfb473c47c8f883b75 /math | |
parent | e1af5a790ca19efe928f28ddb2952200c01dc050 (diff) | |
download | freebsd-ports-gnome-4fa4a1e28574ef2665f5294de9c34240a7329a66.tar.gz freebsd-ports-gnome-4fa4a1e28574ef2665f5294de9c34240a7329a66.tar.zst freebsd-ports-gnome-4fa4a1e28574ef2665f5294de9c34240a7329a66.zip |
Correct spelling of ONLY_FOR_ARCHS, move it to the right place, and sort.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'math')
-rw-r--r-- | math/dynare/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/math/dynare/Makefile b/math/dynare/Makefile index b9b1d7048b31..3d8911eb137e 100644 --- a/math/dynare/Makefile +++ b/math/dynare/Makefile @@ -11,6 +11,11 @@ COMMENT= Software platform for handling a wide class of economic models LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING +ONLY_FOR_ARCHS= amd64 i386 +ARCH_amd64= 64 +ARCH_i386= 32 +PLIST_SUB= ARCH=${ARCH_${ARCH}} + BUILD_DEPENDS= ${LOCALBASE}/include/boost/unordered_set.hpp:devel/boost-libs \ ctangle:devel/cweb LIB_DEPENDS= libumfpack.so:math/suitesparse \ @@ -38,11 +43,6 @@ OCTAVE_LIB_DEPENDS= liboctave.so:math/octave OCTAVE_USES= compiler:c++14-lang OCTAVE_VARS= CXXFLAGS=--std=c++14 # https://github.com/DynareTeam/dynare/issues/1599 -ONLY_FOR_ARCH= i386 amd64 -ARCH_amd64= 64 -ARCH_i386= 32 -PLIST_SUB= ARCH=${ARCH_${ARCH}} - post-configure: @${ECHO_MSG} "" @${ECHO_MSG} "" |