diff options
author | kris <kris@FreeBSD.org> | 2005-11-21 12:38:20 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2005-11-21 12:38:20 +0800 |
commit | 0594c27967ec2bea96ba2832112a55375de90989 (patch) | |
tree | 44a854138263ff04084e774d7826b61a7cfc0b84 /devel/py-bison | |
parent | a3dbd0d506b3c6ba6d9300fa2e17145c3bb5a852 (diff) | |
download | freebsd-ports-graphics-0594c27967ec2bea96ba2832112a55375de90989.tar.gz freebsd-ports-graphics-0594c27967ec2bea96ba2832112a55375de90989.tar.zst freebsd-ports-graphics-0594c27967ec2bea96ba2832112a55375de90989.zip |
BROKEN on ia64: Does not compile
Diffstat (limited to 'devel/py-bison')
-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 88d9f6acad3..33873c8948e 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> |