diff options
Diffstat (limited to 'devel/gccxml/Makefile')
-rw-r--r-- | devel/gccxml/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/gccxml/Makefile b/devel/gccxml/Makefile index a509a4fe2109..ac87e2d34c45 100644 --- a/devel/gccxml/Makefile +++ b/devel/gccxml/Makefile @@ -35,4 +35,10 @@ do-configure: ${LOCALBASE}/bin/cmake ../${DISTNAME} -DCMAKE_INSTALL_PREFIX:PATH=${PREFIX} \ -DGCCXML_MAN_DIR:PATH="/man" -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${ARCH} == "alpha" +BROKEN= "Build fails on alpha" +.endif + +.include <bsd.port.post.mk> |