1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Correctly specify qmake as only a build dependency.

This commit is contained in:
Stefan Eßer 2011-07-02 09:26:40 +00:00
parent 5f1b992cab
commit 53b2622745
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=276853

View File

@ -46,7 +46,7 @@ QTCFGLIBS+= ${PTHREAD_LIBS}
.else
USE_CMAKE= yes
CMAKE_USE_PTHREAD= yes
QT_COMPONENTS= corelib qt3support xml network gui qmake
QT_COMPONENTS= corelib qt3support xml network gui qmake_build
CXXFLAGS+= -I${PREFIX}/include \
-I${PREFIX}/include/libavcodec \
-I${PREFIX}/include/libavformat \