diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2018-10-28 09:45:57 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2018-10-28 09:45:57 +0000 |
commit | d4d87f21368277439d519b13637dc668fc4054ff (patch) | |
tree | 462119edc80036589ba93cdfb656a5212e20a081 /math/muparser/Makefile | |
parent | 0a9a556bd05bd65b67e881258875296c2e1300cd (diff) | |
download | ports-d4d87f21368277439d519b13637dc668fc4054ff.tar.gz ports-d4d87f21368277439d519b13637dc668fc4054ff.zip |
Notes
Diffstat (limited to 'math/muparser/Makefile')
-rw-r--r-- | math/muparser/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/math/muparser/Makefile b/math/muparser/Makefile index 41600a1b57d0..790a86885a84 100644 --- a/math/muparser/Makefile +++ b/math/muparser/Makefile @@ -15,7 +15,11 @@ LICENSE_FILE= ${WRKSRC}/License.txt USE_GITHUB= yes GH_ACCOUNT= beltoforion -USES= dos2unix pathfix +USES= ${USES_${ARCH}} dos2unix pathfix +USES_powerpc64= compiler:c++11-lang +USES_powerpc= compiler:c++11-lang +USES_powerpcspe= compiler:c++11-lang +USES_sparc64= compiler:c++11-lang USE_LDCONFIG= yes ALL_TARGET= lib |