summaryrefslogtreecommitdiffstats
path: root/lang/mozart/Makefile
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-02-26 09:33:38 +0000
committerkris <kris@FreeBSD.org>2004-02-26 09:33:38 +0000
commit2c53f1f0924a7b1d3b9c96d3dd9dd79ae5a6df03 (patch)
tree337339b4a9a359c6ef174b905c8c852558100de3 /lang/mozart/Makefile
parentd5bcf7afac17ad0e30e763d978c374356b16d3d5 (diff)
downloadFreeBSD-ports-2c53f1f0924a7b1d3b9c96d3dd9dd79ae5a6df03.zip
FreeBSD-ports-2c53f1f0924a7b1d3b9c96d3dd9dd79ae5a6df03.tar.gz
BROKEN on !i386: Does not compile
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 d3ee86d..ce5f1ce 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>
OpenPOWER on IntegriCloud