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 /textproc/py-qt4-xml | |
parent | 5ec5dedef3f47707a7be5f09b2b4d60c5af63eb3 (diff) | |
download | ports-b0e525e0a19292ae272700d66414708042a3c3ec.tar.gz ports-b0e525e0a19292ae272700d66414708042a3c3ec.zip |
Notes
Diffstat (limited to 'textproc/py-qt4-xml')
-rw-r--r-- | textproc/py-qt4-xml/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/textproc/py-qt4-xml/Makefile b/textproc/py-qt4-xml/Makefile index f5683621bddc..6034d5891aec 100644 --- a/textproc/py-qt4-xml/Makefile +++ b/textproc/py-qt4-xml/Makefile @@ -65,6 +65,10 @@ PLIST_SUB+= SIP="" ARGS+= --trace .endif +.if ${OSVERSION} < 700000 +BROKEN= does not configure on 6.X +.endif + do-configure: cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV}\ ${PYTHON_CMD} configure.py ${ARGS} |