diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2012-02-02 20:30:24 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2012-02-02 20:30:24 +0000 |
commit | e3fc91ce80c661ca567b3693b68abef66a711b31 (patch) | |
tree | b2c5be115850e7f3e06d7c0aed3f43885f6d8f8b /math/asymptote | |
parent | 594d825fa1981ea10c9d3558754bf15f8e7c41e2 (diff) |
- Mark BROKEN: fails to build
cd .. && ../asy -dir ../base -config "" -render=0 -f png -o png/ markers1.asy
../base/plain_xasy.asy: 93.7: runtime: Command exited abnormally: gs -q -dNOPAUSE -dBATCH -sDEVICE=pngalpha -dEPSCrop -dSAFER -r72x72 -sOutputFile=png/markers1.png png/markers1_.eps
gmake[2]: *** [markers1.png] Error 1
Reported by: pointyhat
Notes
Notes:
svn path=/head/; revision=290321
Diffstat (limited to 'math/asymptote')
-rw-r--r-- | math/asymptote/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/asymptote/Makefile b/math/asymptote/Makefile index 65a98de00c0a..ee1f6253699f 100644 --- a/math/asymptote/Makefile +++ b/math/asymptote/Makefile @@ -35,6 +35,8 @@ RUN_DEPENDS= gv:${PORTSDIR}/print/gv \ ${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter \ ${PYTHON_PKGNAMEPREFIX}imaging>=1.1.6_3:${PORTSDIR}/graphics/py-imaging +BROKEN= fails to build + ONLY_FOR_ARCHS= i386 amd64 # it requires boehm-gc 7.X CONFIGURE_ARGS= --disable-gc |