summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-01-30 14:42:30 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-01-30 14:42:30 +0000
commit834b5e913f413696bd104f2f3f121fdec28b298b (patch)
tree8da026a033e20d9a40580d021093c137402064b3
parentAdditionly build/install libpng{12,}-config since many ports expect it (diff)
- Mark BROKEN on amd64
PR: ports/76836 Submitted by: Jie Gao <gaoj@cpsc.ucalgary.ca> (maintainer)
Notes
Notes: svn path=/head/; revision=127710
-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