diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2007-04-21 17:36:10 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2007-04-21 17:36:10 +0000 |
commit | ae6572ae4a3d57ca033bbfd197442fb7c19d4834 (patch) | |
tree | f2b42ab02d64de00cd54360da539d4d6b8f1a763 | |
parent | BROKEN on amd64: Does not build (needs -fPIC) (diff) |
BROKEN on !i386: Broken dependency
-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}/} |