diff options
Diffstat (limited to 'textproc/py-lucene')
-rw-r--r-- | textproc/py-lucene/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/textproc/py-lucene/Makefile b/textproc/py-lucene/Makefile index 29ec0bfa4f19..3902cea8001f 100644 --- a/textproc/py-lucene/Makefile +++ b/textproc/py-lucene/Makefile @@ -29,6 +29,10 @@ OPTIONS= BDB "Compile with support for Berkley DB" Off .include <bsd.port.pre.mk> +.if ${ARCH} != "i386" +BROKEN= Broken dependency on !i386 +.endif + _GCC_LIBDIR!= (cd ${PORTSDIR}/lang/gcc41;make -V TARGLIB) GCC_LIBDIR= ${_GCC_LIBDIR:S/${PREFIX}/${LOCALBASE}/} |