diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2011-05-01 22:58:49 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2011-05-01 22:58:49 +0000 |
commit | 1dd03d431442fc3b393b11720a9b9e359cf3352f (patch) | |
tree | b9df71f2dd09fe2f5c8fcb0df893a62a1308710d /x11-toolkits/qt4-gui | |
parent | 8fc3f412bd20616f369e2bbbabb50512a4f3726f (diff) | |
download | ports-1dd03d431442fc3b393b11720a9b9e359cf3352f.tar.gz ports-1dd03d431442fc3b393b11720a9b9e359cf3352f.zip |
Notes
Diffstat (limited to 'x11-toolkits/qt4-gui')
-rw-r--r-- | x11-toolkits/qt4-gui/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/x11-toolkits/qt4-gui/Makefile b/x11-toolkits/qt4-gui/Makefile index 166a46ff8889..435031c22a3e 100644 --- a/x11-toolkits/qt4-gui/Makefile +++ b/x11-toolkits/qt4-gui/Makefile @@ -90,6 +90,10 @@ RUN_DEPENDS+= ${FONTSCALE}:${X_FONTS_TTF_PORT} \ CFLAGS+= -mminimal-toc .endif +.if ${OSVERSION} >= 900000 +BROKEN= does not compile on FreeBSD 9.X +.endif + pre-configure: ${MKDIR} ${WRKSRC}/mkspecs ${LN} -sf ${LOCALBASE}/bin/qmake-qt4 ${WRKSRC}/bin/qmake |