diff options
-rw-r--r-- | graphics/aaphoto/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/aaphoto/Makefile b/graphics/aaphoto/Makefile index 2e4cf6f1cdf9..277dbd739876 100644 --- a/graphics/aaphoto/Makefile +++ b/graphics/aaphoto/Makefile @@ -31,6 +31,10 @@ PORTDOCS= AUTHORS ChangeLog COPYING COPYRIGHT INSTALL LICENSE \ .include <bsd.port.pre.mk> +.if ${ARCH} != "amd64" && ${ARCH} != "i386" +BROKEN= Does not compile on !amd64 and !i386 +.endif + .if ${OSVERSION} >= 700000 CFLAGS+= -fopenmp -D__OPENMP__ .endif |