diff options
Diffstat (limited to 'cad/salome/Makefile.ext')
-rw-r--r-- | cad/salome/Makefile.ext | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cad/salome/Makefile.ext b/cad/salome/Makefile.ext index f7fd798c60f3..2d440c1fe0c3 100644 --- a/cad/salome/Makefile.ext +++ b/cad/salome/Makefile.ext @@ -170,10 +170,9 @@ BUILD_DEPENDS+= ${LOCALBASE}/lib/libboost_python.so:${PORTSDIR}/devel/boost-pyt #Dependency from qt4 .if !${SAL_MODULE} == "kernel" && !${SAL_MODULE} == "randomizer" -USE_QT_VER= 4 CONFIGURE_ENV+= QTDIR=${LOCALBASE} QTFLAGS+= -I${LOCALBASE}/include/qt4 -L${LOCALBASE}/lib/qt4 -QT_COMPONENTS= gui opengl svg xml qmake_build moc_build rcc_build uic_build linguist +USE_QT4= gui opengl svg xml qmake_build moc_build rcc_build uic_build linguist AUTOTOOLS_ENV+= QTDIR=${LOCALBASE} .endif |