diff options
author | Vasil Dimov <vd@FreeBSD.org> | 2006-02-09 15:58:53 +0000 |
---|---|---|
committer | Vasil Dimov <vd@FreeBSD.org> | 2006-02-09 15:58:53 +0000 |
commit | d562dd5021d9b81c59f445bd3853332641225f4e (patch) | |
tree | 47fb8b18ff8f183aad1df71d2881ddd8e7693487 /science/afni | |
parent | e4d5f383f059b8fee747492a2e3a9fae25794610 (diff) | |
download | ports-d562dd5021d9b81c59f445bd3853332641225f4e.tar.gz ports-d562dd5021d9b81c59f445bd3853332641225f4e.zip |
Notes
Diffstat (limited to 'science/afni')
-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 |