summaryrefslogtreecommitdiff
path: root/lang/mozart
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-02-26 09:33:38 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-02-26 09:33:38 +0000
commitfbb2e27d7c580d31afc71ee4372b29599d7f0fcf (patch)
treefa0ffd7250f4173fd75590194706ab7dc1b72108 /lang/mozart
parentBROKEN on !i386 5.x: Does not compile (diff)
BROKEN on !i386: Does not compile
Notes
Notes: svn path=/head/; revision=102174
Diffstat (limited to 'lang/mozart')
-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>