diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-10-28 23:06:23 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-10-28 23:06:23 +0000 |
commit | b883c64481cada65159200430874faa2732b8427 (patch) | |
tree | 17afb636a8c28794f07fd0da184f1c220b9ac2c5 /lang/librep | |
parent | a7b8decb33e4a80f3d86645a1bfaa4a5b21c741e (diff) | |
download | ports-b883c64481cada65159200430874faa2732b8427.tar.gz ports-b883c64481cada65159200430874faa2732b8427.zip |
Notes
Diffstat (limited to 'lang/librep')
-rw-r--r-- | lang/librep/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lang/librep/Makefile b/lang/librep/Makefile index a95b9628189b..2f67b0ef491f 100644 --- a/lang/librep/Makefile +++ b/lang/librep/Makefile @@ -39,6 +39,11 @@ INFO= librep PREFIX?= ${X11BASE} .include <bsd.port.pre.mk> + +.if ${ARCH} == ia64 +BROKEN= "Does not build on ia64" +.endif + .if ${OSVERSION} > 500023 LIB_DEPENDS+= gmp.6:${PORTSDIR}/math/libgmp4 .else |