diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2006-07-06 21:57:06 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2006-07-06 21:57:06 +0000 |
commit | d4372f1606011c1e649fff8d2ded1d92003aca05 (patch) | |
tree | 86ea05fd66ee6733e8204493ea831c66080d16db /science | |
parent | 5a499c5d1e9329f4b225654672d9a1e3ef3e5594 (diff) |
Notes
Diffstat (limited to 'science')
-rw-r--r-- | science/afni/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/science/afni/Makefile b/science/afni/Makefile index f566659ae840..7c3c29b56fc7 100644 --- a/science/afni/Makefile +++ b/science/afni/Makefile @@ -36,7 +36,7 @@ RUN_DEPENDS= cjpeg:${PORTSDIR}/graphics/jpeg \ .include <bsd.port.pre.mk> .if ${ARCH} == "sparc64" -BROKEN= Does not compile on sparc64: "undefined reference to `_mcount'" +BROKEN= Does not compile on sparc64: "undefined reference to '_mcount'" .endif USE_GETTEXT= yes |