aboutsummaryrefslogtreecommitdiff
path: root/textproc/libextractor
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2011-09-15 06:15:51 +0000
committerErwin Lansing <erwin@FreeBSD.org>2011-09-15 06:15:51 +0000
commit3a5f4c2688c805eda1ac5c2fef81d9eba5e79a19 (patch)
tree19143b176b739e972dcae123f23a56f211854691 /textproc/libextractor
parent13dab2750174fac90cd31a1a5e429e25caf3b922 (diff)
downloadports-3a5f4c2688c805eda1ac5c2fef81d9eba5e79a19.tar.gz
ports-3a5f4c2688c805eda1ac5c2fef81d9eba5e79a19.zip
Mark BROKEN on i386: does not package
Notes
Notes: svn path=/head/; revision=281792
Diffstat (limited to 'textproc/libextractor')
-rw-r--r--textproc/libextractor/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/textproc/libextractor/Makefile b/textproc/libextractor/Makefile
index 3f0d393c19ff..49884aeac5eb 100644
--- a/textproc/libextractor/Makefile
+++ b/textproc/libextractor/Makefile
@@ -54,6 +54,10 @@ check: build install
.include <bsd.port.pre.mk>
+.if ${ARCH} == i386
+BROKEN= does not package
+.endif
+
# libextractor's configure logic is: if exiv2 is present it will add support
# for it, if not present then it will not add support for it, but it cannot
# be disabled if present