diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2010-02-05 19:58:24 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2010-02-05 19:58:24 +0000 |
commit | 9ad939f352d6892cdcd207c6ee6936722e5fe3ff (patch) | |
tree | ad39ef4a7941d39a4be8dcad2ad639f1e1211608 /x11-toolkits/py-qt4-gui | |
parent | c6dd8e4d5f769925024e81c8b5d358f6ed19730d (diff) |
Notes
Diffstat (limited to 'x11-toolkits/py-qt4-gui')
-rw-r--r-- | x11-toolkits/py-qt4-gui/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/x11-toolkits/py-qt4-gui/Makefile b/x11-toolkits/py-qt4-gui/Makefile index 9724caeb8be7..3a3c4bf2df34 100644 --- a/x11-toolkits/py-qt4-gui/Makefile +++ b/x11-toolkits/py-qt4-gui/Makefile @@ -70,6 +70,10 @@ ARGS+= --trace BROKEN= Does not compile on sparc64 .endif +.if ${OSVERSION} < 700000 +BROKEN= does not compile on 6.X +.endif + do-configure: cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV}\ ${PYTHON_CMD} configure.py ${ARGS} |