diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2011-05-03 21:24:38 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2011-05-03 21:24:38 +0000 |
commit | 45ef7f0c3aee535f89f35bd7e865285e7a314a93 (patch) | |
tree | b0506002e3f3bbe66e90796e597771e3c6beafc2 /x11-toolkits/qt4-gui | |
parent | Remove duplicate ports, add relevant lines to MOVED (diff) |
Unbreak
Notes
Notes:
svn path=/head/; revision=273601
Diffstat (limited to 'x11-toolkits/qt4-gui')
-rw-r--r-- | x11-toolkits/qt4-gui/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/x11-toolkits/qt4-gui/Makefile b/x11-toolkits/qt4-gui/Makefile index 4353cac00a09..166a46ff8889 100644 --- a/x11-toolkits/qt4-gui/Makefile +++ b/x11-toolkits/qt4-gui/Makefile @@ -90,10 +90,6 @@ RUN_DEPENDS+= ${FONTSCALE}:${X_FONTS_TTF_PORT} \ CFLAGS+= -mminimal-toc .endif -.if ${ARCH} == "amd64" && ${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 |