diff options
Diffstat (limited to 'math/maxima')
-rw-r--r-- | math/maxima/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/maxima/Makefile b/math/maxima/Makefile index 87cd01bf96f0..3f4b92cccb29 100644 --- a/math/maxima/Makefile +++ b/math/maxima/Makefile @@ -42,7 +42,7 @@ PLIST_SUB+= PORTVERSION=${PORTVERSION} .include <bsd.port.pre.mk> .if ${ARCH} == "amd64" -BROKEN= Does not build on amd64 +MAKE_ENV+= CC="${CC}" .endif # Lisp to build with. Define only ONE of these! |