diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-02-25 10:12:17 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-02-25 10:12:17 +0000 |
commit | 2dc33096c445a4992aab524e33ad96487665e761 (patch) | |
tree | 5f3d71f182c7fa823cf2c5fd8be313727e1437c3 /math/asir2000 | |
parent | BROKEN on !i386 and !amd64: broken pkg-plist (diff) |
BROKEN on !i386 and !amd64: Does not compile
Diffstat (limited to 'math/asir2000')
-rw-r--r-- | math/asir2000/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/math/asir2000/Makefile b/math/asir2000/Makefile index 4fd9e61f0bf7..0b079d9d102f 100644 --- a/math/asir2000/Makefile +++ b/math/asir2000/Makefile @@ -35,6 +35,12 @@ LIB_DATA= alpi bfct bgk const cyclic defs.h dfff dmul dmul102 \ num primdec primdec_lex primdec_mod ratint robot solve sp \ sturm sym weight xm +.include <bsd.port.pre.mk> + +.if ${ARCH} != "i386" && ${ARCH} != "amd64" +BROKEN= "Does not compile on !i386 and !amd64" +.endif + pre-install: @${MKDIR} ${DATADIR} @${MKDIR} ${DOCSDIR} @@ -53,4 +59,4 @@ post-install: @${TAR} xfz ${DISTDIR}/${ASIR_DOC} -C ${DOCSDIR} @${INSTALL_MAN} ${DOCSDIR}/${MAN1} ${PREFIX}/man/man1 -.include <bsd.port.mk> +.include <bsd.port.post.mk> |