diff options
| author | Martin Wilke <miwi@FreeBSD.org> | 2013-04-23 10:26:13 +0000 |
|---|---|---|
| committer | Martin Wilke <miwi@FreeBSD.org> | 2013-04-23 10:26:13 +0000 |
| commit | 0192c08b08340b064b0224f346b283800a5632a2 (patch) | |
| tree | ee85cf9287e11cb831c38a95f4f0134cb16280a5 | |
| parent | Convert to USES=gettext (diff) | |
- Unbreak build on FreeBSD 10
| -rw-r--r-- | graphics/qt4-imageformats/Makefile | 1 | ||||
| -rw-r--r-- | x11/qt4-graphicssystems-opengl/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/graphics/qt4-imageformats/Makefile b/graphics/qt4-imageformats/Makefile index 6e6247334bc0..a6f301ae4fe5 100644 --- a/graphics/qt4-imageformats/Makefile +++ b/graphics/qt4-imageformats/Makefile @@ -14,6 +14,7 @@ LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg \ png15:${PORTSDIR}/graphics/png \ tiff:${PORTSDIR}/graphics/tiff +USE_GCC= any USE_QT4= qmake_build moc_build rcc_build corelib gui svg xml QT_NONSTANDARD= yes QT_DIST= yes diff --git a/x11/qt4-graphicssystems-opengl/Makefile b/x11/qt4-graphicssystems-opengl/Makefile index 78f81f36263c..34cb8ea9f825 100644 --- a/x11/qt4-graphicssystems-opengl/Makefile +++ b/x11/qt4-graphicssystems-opengl/Makefile @@ -17,6 +17,7 @@ MAKE_JOBS_SAFE= yes HAS_CONFIGURE= yes USE_GL= glu +USE_GCC= any ALL_TARGET= first CONFIGURE_ENV?= QTDIR=${WRKSRC} PATH=${WRKSRC}/bin:$$PATH MAKE_ENV?= QTDIR=${WRKSRC} LD_LIBRARY_PATH=${WRKSRC}/lib:$$LD_LIBRARY_PATH \ |
