diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-02-26 09:33:38 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-02-26 09:33:38 +0000 |
commit | fbb2e27d7c580d31afc71ee4372b29599d7f0fcf (patch) | |
tree | fa0ffd7250f4173fd75590194706ab7dc1b72108 /lang/mozart | |
parent | 828efc77a923da3826eaf4a74290b82f851d5809 (diff) | |
download | ports-fbb2e27d7c580d31afc71ee4372b29599d7f0fcf.tar.gz ports-fbb2e27d7c580d31afc71ee4372b29599d7f0fcf.zip |
Notes
Diffstat (limited to 'lang/mozart')
-rw-r--r-- | lang/mozart/Makefile | 8 |
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> |