diff options
Diffstat (limited to 'lang/librep/Makefile')
-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 |