diff options
author | kris <kris@FreeBSD.org> | 2007-04-22 01:36:10 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2007-04-22 01:36:10 +0800 |
commit | b87bf05297c5a1bcf0dba0282a22841f7ea1a7ba (patch) | |
tree | 102d9a23243390e5401ab8a6d55df824f4c185dc | |
parent | bd314d2b6378941a5296799ab5a6dfe15fcd0320 (diff) | |
download | freebsd-ports-gnome-b87bf05297c5a1bcf0dba0282a22841f7ea1a7ba.tar.gz freebsd-ports-gnome-b87bf05297c5a1bcf0dba0282a22841f7ea1a7ba.tar.zst freebsd-ports-gnome-b87bf05297c5a1bcf0dba0282a22841f7ea1a7ba.zip |
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}/} |