summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--textproc/skim/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/textproc/skim/Makefile b/textproc/skim/Makefile
index 95be769372f4..dac382036e73 100644
--- a/textproc/skim/Makefile
+++ b/textproc/skim/Makefile
@@ -30,6 +30,10 @@ CONFIGURE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \
.include <bsd.port.pre.mk>
+.if ${ARCH} == "amd64"
+BROKEN= Does not compile
+.endif
+
.if ${OSVERSION} < 500035
BUILD_DEPENDS+= ${LOCALBASE}/lib/libstlport_gcc.so:${PORTSDIR}/devel/stlport
RUN_DEPENDS+= ${LOCALBASE}/lib/libstlport_gcc.so:${PORTSDIR}/devel/stlport