diff options
author | pav <pav@FreeBSD.org> | 2010-02-06 03:58:24 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2010-02-06 03:58:24 +0800 |
commit | ec39c88ff9451faead3a26c8f62de83a1f137957 (patch) | |
tree | fe8b01360468cdfaa014ca8bb883e3f5dfd5c99f /multimedia | |
parent | 37a6b648b193167a202a91cd9cb279ca68a57263 (diff) | |
download | freebsd-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 'multimedia')
-rw-r--r-- | multimedia/py-qt4-phonon/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/multimedia/py-qt4-phonon/Makefile b/multimedia/py-qt4-phonon/Makefile index e02e657e26c9..da196fe4fbde 100644 --- a/multimedia/py-qt4-phonon/Makefile +++ b/multimedia/py-qt4-phonon/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} |