diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-11-21 04:38:20 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-11-21 04:38:20 +0000 |
commit | 8c2f80f7f5cd1570ff702363add6938430901694 (patch) | |
tree | 4bff85f986396210b760f4c4f1aabfa281214b84 /devel/py-bison/Makefile | |
parent | fa7d281eb567d168655c7e11cd9e46bde0f9cb6b (diff) | |
download | ports-8c2f80f7f5cd1570ff702363add6938430901694.tar.gz ports-8c2f80f7f5cd1570ff702363add6938430901694.zip |
BROKEN on ia64: Does not compile
Notes
Notes:
svn path=/head/; revision=148914
Diffstat (limited to 'devel/py-bison/Makefile')
-rw-r--r-- | devel/py-bison/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/py-bison/Makefile b/devel/py-bison/Makefile index 88d9f6acad31..33873c8948ec 100644 --- a/devel/py-bison/Makefile +++ b/devel/py-bison/Makefile @@ -27,6 +27,12 @@ DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} EXAMPLESDIR= ${PREFIX}/share/examples/${PKGNAMEPREFIX}${PORTNAME} .endif +.include <bsd.port.pre.mk> + +.if ${ARCH} == "ia64" +BROKEN= "Does not compile on ia64" +.endif + .if !defined(NOPORTDOCS) post-install: @${MKDIR} ${DOCSDIR} @@ -43,4 +49,4 @@ post-install: ${SED} 's,^${PREFIX}/,@dirrm ,' >> ${TMPPLIST} .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> |