aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorerwin <erwin@FreeBSD.org>2011-09-15 14:15:51 +0800
committererwin <erwin@FreeBSD.org>2011-09-15 14:15:51 +0800
commitf3804eb78d8e29b5da926014ebab4303f41dcaae (patch)
treef20039b7a9c8f2e818e4e049989ed5747d647ed3 /textproc
parente0abad5c4a1a00af9dd151840363ed0587b74b3a (diff)
downloadfreebsd-ports-gnome-f3804eb78d8e29b5da926014ebab4303f41dcaae.tar.gz
freebsd-ports-gnome-f3804eb78d8e29b5da926014ebab4303f41dcaae.tar.zst
freebsd-ports-gnome-f3804eb78d8e29b5da926014ebab4303f41dcaae.zip
Mark BROKEN on i386: does not package
Diffstat (limited to 'textproc')
-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