aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2010-02-05 19:58:24 +0000
committerPav Lucistnik <pav@FreeBSD.org>2010-02-05 19:58:24 +0000
commit9ad939f352d6892cdcd207c6ee6936722e5fe3ff (patch)
treead39ef4a7941d39a4be8dcad2ad639f1e1211608 /x11-toolkits
parentc6dd8e4d5f769925024e81c8b5d358f6ed19730d (diff)
downloadports-9ad939f352d6892cdcd207c6ee6936722e5fe3ff.tar.gz
ports-9ad939f352d6892cdcd207c6ee6936722e5fe3ff.zip
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/py-qt4-gui/Makefile4
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}