diff options
| author | Kris Kennaway <kris@FreeBSD.org> | 2004-02-26 09:33:38 +0000 |
|---|---|---|
| committer | Kris Kennaway <kris@FreeBSD.org> | 2004-02-26 09:33:38 +0000 |
| commit | fbb2e27d7c580d31afc71ee4372b29599d7f0fcf (patch) | |
| tree | fa0ffd7250f4173fd75590194706ab7dc1b72108 /devel/syntax_tools | |
| parent | BROKEN on !i386 5.x: Does not compile (diff) | |
BROKEN on !i386: Does not compile
Notes
Notes:
svn path=/head/; revision=102174
Diffstat (limited to 'devel/syntax_tools')
| -rw-r--r-- | devel/syntax_tools/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/syntax_tools/Makefile b/devel/syntax_tools/Makefile index 6eea63d0d24b..ba11269eb165 100644 --- a/devel/syntax_tools/Makefile +++ b/devel/syntax_tools/Makefile @@ -25,6 +25,12 @@ PLIST_SUB= VERSION="${PORTVERSION}" SYNTAX_TOOLS= ${PREFIX}/lib/erlang/lib/syntax_tools-${PORTVERSION} +.include <bsd.port.pre.mk> + +.if ${ARCH} != "i386" +BROKEN= "Does not compile on !i386" +.endif + post-extract: @${RM} ${WRKSRC}/demo.erl ${WRKSRC}/test.erl @@ -41,4 +47,4 @@ do-install: @${INSTALL_DATA} ${WRKSRC}/doc/* ${SYNTAX_TOOLS}/doc @${LN} -sf ${DISTNAME} ${PREFIX}/lib/erlang/lib/syntax_tools -.include <bsd.port.mk> +.include <bsd.port.post.mk> |
