aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2010-02-06 03:58:24 +0800
committerpav <pav@FreeBSD.org>2010-02-06 03:58:24 +0800
commitec39c88ff9451faead3a26c8f62de83a1f137957 (patch)
treefe8b01360468cdfaa014ca8bb883e3f5dfd5c99f /net
parent37a6b648b193167a202a91cd9cb279ca68a57263 (diff)
downloadfreebsd-ports-gnome-ec39c88ff9451faead3a26c8f62de83a1f137957.tar.gz
freebsd-ports-gnome-ec39c88ff9451faead3a26c8f62de83a1f137957.tar.zst
freebsd-ports-gnome-ec39c88ff9451faead3a26c8f62de83a1f137957.zip
- Mark BROKEN on 6.X
Reported by: pointyhat
Diffstat (limited to 'net')
-rw-r--r--net/py-qt4-network/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/net/py-qt4-network/Makefile b/net/py-qt4-network/Makefile
index 822abf5f0cf3..f8dfce0d0989 100644
--- a/net/py-qt4-network/Makefile
+++ b/net/py-qt4-network/Makefile
@@ -65,6 +65,10 @@ PLIST_SUB+= SIP=""
ARGS+= --trace
.endif
+.if ${OSVERSION} < 700000
+BROKEN= does not compile on 6.X
+.endif
+
do-configure:
cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV}\
${PYTHON_CMD} configure.py ${ARGS}