diff options
author | kris <kris@FreeBSD.org> | 2005-10-29 07:06:23 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2005-10-29 07:06:23 +0800 |
commit | 360bcdef7663551d235611dc6466bcfbe80b3faf (patch) | |
tree | bed2d199338b41436c6e973aa94075e99ef9643f /lang | |
parent | f5df08c679ab844e16bcd50633111d75753d7450 (diff) | |
download | freebsd-ports-graphics-360bcdef7663551d235611dc6466bcfbe80b3faf.tar.gz freebsd-ports-graphics-360bcdef7663551d235611dc6466bcfbe80b3faf.tar.zst freebsd-ports-graphics-360bcdef7663551d235611dc6466bcfbe80b3faf.zip |
BROKEN on ia64: Does not build
Diffstat (limited to 'lang')
-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 a95b9628189..2f67b0ef491 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 |