diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2016-10-25 17:03:59 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2016-10-25 17:03:59 +0800 |
commit | 45bf107be447a9272845bcc0e196d1388b1026d4 (patch) | |
tree | bd37644cff5e284273423d094e190c4276a73b94 /math | |
parent | 54259683b804faa57e3941bf5d341165fbcb8b2d (diff) | |
download | freebsd-ports-gnome-45bf107be447a9272845bcc0e196d1388b1026d4.tar.gz freebsd-ports-gnome-45bf107be447a9272845bcc0e196d1388b1026d4.tar.zst freebsd-ports-gnome-45bf107be447a9272845bcc0e196d1388b1026d4.zip |
- Mark broken on 9.x: does not configure due to wxgtk/c++11 issues
Approved by: portmgr blanket
Diffstat (limited to 'math')
-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} |