1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00

Change NOT_FOR_ARCHS' with if ARCH then BROKEN'

Noticed by:	danfe
Approved by:	garga (mentor)
This commit is contained in:
Vasil Dimov 2006-02-13 10:24:18 +00:00
parent e14824c263
commit cd92e955d2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=155919

View File

@ -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>