diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2010-06-01 20:14:44 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2010-06-01 20:14:44 +0000 |
commit | b0e525e0a19292ae272700d66414708042a3c3ec (patch) | |
tree | bbb2650861f9b273084ae64a1ed44761abcf8a56 /x11-toolkits/py-qt4-gui | |
parent | 5ec5dedef3f47707a7be5f09b2b4d60c5af63eb3 (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 29ef10f2349c..d1aff01bb432 100644 --- a/x11-toolkits/py-qt4-gui/Makefile +++ b/x11-toolkits/py-qt4-gui/Makefile @@ -69,6 +69,10 @@ ARGS+= --trace BROKEN= Does not compile on sparc64 .endif +.if ${OSVERSION} < 700000 +BROKEN= does not configure on 6.X +.endif + do-configure: cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV}\ ${PYTHON_CMD} configure.py ${ARGS} |