aboutsummaryrefslogtreecommitdiff
path: root/lang/mozart/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lang/mozart/Makefile')
-rw-r--r--lang/mozart/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/lang/mozart/Makefile b/lang/mozart/Makefile
index d3ee86d627bc..ce5f1ce5aa62 100644
--- a/lang/mozart/Makefile
+++ b/lang/mozart/Makefile
@@ -46,6 +46,12 @@ CONFIGURE_ARGS= --prefix=${PREFIX}/lib/oz --disable-doc \
--with-tk-lib=${LOCALBASE}/lib \
--with-tkinclude=${LOCALBASE}/include/tk8.3
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} != "i386"
+BROKEN= "Does not compile on !i386"
+.endif
+
pre-extract:
@${ECHO}
@${ECHO} -----------------------------------------------------
@@ -90,4 +96,4 @@ post-install:
@cd ${WRKDIR} ; ex < ex.script
@${CAT} ${PKGMESSAGE}
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>