aboutsummaryrefslogtreecommitdiff
path: root/science/afni
diff options
context:
space:
mode:
authorVasil Dimov <vd@FreeBSD.org>2006-02-13 10:24:18 +0000
committerVasil Dimov <vd@FreeBSD.org>2006-02-13 10:24:18 +0000
commitcd92e955d2c4b9596b3ad496f498fabad0038231 (patch)
tree69d8d4cc4df5abcc9a734fa9d9a29c7775a4bacb /science/afni
parente14824c2635b93b1640ac7bc7fd51479dde28084 (diff)
downloadports-cd92e955d2c4b9596b3ad496f498fabad0038231.tar.gz
ports-cd92e955d2c4b9596b3ad496f498fabad0038231.zip
Notes
Diffstat (limited to 'science/afni')
-rw-r--r--science/afni/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/science/afni/Makefile b/science/afni/Makefile
index 0157c2a43a67..8fbe068f104e 100644
--- a/science/afni/Makefile
+++ b/science/afni/Makefile
@@ -27,8 +27,11 @@ 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
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "sparc64"
+BROKEN= Does not compile on sparc64: "undefined reference to `_mcount'"
+.endif
RUN_DEPENDS= cjpeg:${PORTSDIR}/graphics/jpeg \
mpeg_encode:${PORTSDIR}/multimedia/mpeg_encode \
@@ -128,4 +131,4 @@ do-install:
post-install:
@${CAT} ${WRKDIR}/pkg-message
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>