diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-10-25 09:03:59 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-10-25 09:03:59 +0000 |
commit | f14812003050b1a4a1b8b6cd899b6800629b3955 (patch) | |
tree | bd37644cff5e284273423d094e190c4276a73b94 /math/wxMaxima | |
parent | 361fd3d1aead99d72030fc832ee6afe54273be52 (diff) | |
download | ports-f14812003050b1a4a1b8b6cd899b6800629b3955.tar.gz ports-f14812003050b1a4a1b8b6cd899b6800629b3955.zip |
Notes
Diffstat (limited to 'math/wxMaxima')
-rw-r--r-- | math/wxMaxima/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/wxMaxima/Makefile b/math/wxMaxima/Makefile index d2f743d77bbe..37bd67bbb9bf 100644 --- a/math/wxMaxima/Makefile +++ b/math/wxMaxima/Makefile @@ -13,6 +13,8 @@ LICENSE= GPLv2 RUN_DEPENDS= maxima:math/maxima +BROKEN_FreeBSD_9= does not configure + CONFIGURE_ARGS= --program-prefix= --docdir=${DOCSDIR} GH_TUPLE= andrejv:${PORTNAME:tl}:Version-${DISTVERSION} |