diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2011-09-15 06:15:51 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2011-09-15 06:15:51 +0000 |
commit | 3a5f4c2688c805eda1ac5c2fef81d9eba5e79a19 (patch) | |
tree | 19143b176b739e972dcae123f23a56f211854691 /textproc/libextractor | |
parent | 13dab2750174fac90cd31a1a5e429e25caf3b922 (diff) | |
download | ports-3a5f4c2688c805eda1ac5c2fef81d9eba5e79a19.tar.gz ports-3a5f4c2688c805eda1ac5c2fef81d9eba5e79a19.zip |
Notes
Diffstat (limited to 'textproc/libextractor')
-rw-r--r-- | textproc/libextractor/Makefile | 4 |
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 |