diff options
author | vd <vd@FreeBSD.org> | 2006-02-09 23:58:53 +0800 |
---|---|---|
committer | vd <vd@FreeBSD.org> | 2006-02-09 23:58:53 +0800 |
commit | 63d692a592eeecc969cb7af903bb1562d6c4188b (patch) | |
tree | 39e35fd85aa7df8973d8dd5d3ad0d3840a4ce243 /science | |
parent | baadc904dac8441113ac2254ae680d91650a14c1 (diff) | |
download | freebsd-ports-gnome-63d692a592eeecc969cb7af903bb1562d6c4188b.tar.gz freebsd-ports-gnome-63d692a592eeecc969cb7af903bb1562d6c4188b.tar.zst freebsd-ports-gnome-63d692a592eeecc969cb7af903bb1562d6c4188b.zip |
Mark NOT_FOR_ARCHS=sparc64, maintainer did not fix the build for 7 days
after kris' mail
Approved by: garga (mentor)
Diffstat (limited to 'science')
-rw-r--r-- | science/afni/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/science/afni/Makefile b/science/afni/Makefile index 35c5d05f0bbf..0157c2a43a67 100644 --- a/science/afni/Makefile +++ b/science/afni/Makefile @@ -27,6 +27,9 @@ EXTRACT_ONLY= afni_src.tgz afni_doc.tgz MAINTAINER= bacon@smithers.neuro.mcw.edu COMMENT= Advanced Functional Neuro Imaging +# does not compile on sparc64: "undefined reference to `_mcount'" +NOT_FOR_ARCHS= sparc64 + RUN_DEPENDS= cjpeg:${PORTSDIR}/graphics/jpeg \ mpeg_encode:${PORTSDIR}/multimedia/mpeg_encode \ whirlgif:${PORTSDIR}/graphics/whirlgif |