diff options
Diffstat (limited to 'x11-fm')
-rw-r--r-- | x11-fm/fsv/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/x11-fm/fsv/Makefile b/x11-fm/fsv/Makefile index 981f9157840a..8d3d4c48fed4 100644 --- a/x11-fm/fsv/Makefile +++ b/x11-fm/fsv/Makefile @@ -25,4 +25,10 @@ CONFIGURE_ARGS= --with-GL-prefix=${X11BASE}/lib CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${ARCH} == "ia64" || ${ARCH} == "amd64" +BROKEN= "Does not compile on amd64 or ia64" +.endif + +.include <bsd.port.post.mk> |