aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2005-05-21 18:09:33 +0000
committerKris Kennaway <kris@FreeBSD.org>2005-05-21 18:09:33 +0000
commit87cca9baffe795532a34af35d3f0d89b8f9cc37c (patch)
treea5c687733b591c4c2acc7d0e8f65024e2d4c274b /devel
parent49992718e3e903665335ea0271781eae48947f8e (diff)
downloadports-87cca9baffe795532a34af35d3f0d89b8f9cc37c.tar.gz
ports-87cca9baffe795532a34af35d3f0d89b8f9cc37c.zip
Notes
Diffstat (limited to 'devel')
-rw-r--r--devel/gccxml/Makefile8
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>