aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia
diff options
context:
space:
mode:
authorse <se@FreeBSD.org>2011-07-07 15:53:20 +0800
committerse <se@FreeBSD.org>2011-07-07 15:53:20 +0800
commit06145c96195a2660d05e30620779cba55a223996 (patch)
treea238523dd5e5dac6526997bc916b96e136dc23f9 /multimedia
parent21376ba7fb37b672d79c993ba470ef2ad0e068a6 (diff)
downloadfreebsd-ports-gnome-06145c96195a2660d05e30620779cba55a223996.tar.gz
freebsd-ports-gnome-06145c96195a2660d05e30620779cba55a223996.tar.zst
freebsd-ports-gnome-06145c96195a2660d05e30620779cba55a223996.zip
Another attempt to finally get the Qt4 build dependencies right:
Add build dependency on rcc, even though there are no .rcc files. and I did not see rcc actually being used during the compilation.
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/dvbcut/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/dvbcut/Makefile b/multimedia/dvbcut/Makefile
index 251e80b52585..80c76ee9c287 100644
--- a/multimedia/dvbcut/Makefile
+++ b/multimedia/dvbcut/Makefile
@@ -46,7 +46,7 @@ QTCFGLIBS+= ${PTHREAD_LIBS}
.else
USE_CMAKE= yes
CMAKE_USE_PTHREAD= yes
-QT_COMPONENTS= corelib qt3support xml network gui qmake_build moc_build uic_build
+QT_COMPONENTS= gui qt3support xml moc_build qmake_build rcc_build uic_build
CXXFLAGS+= -I${PREFIX}/include \
-I${PREFIX}/include/libavcodec \
-I${PREFIX}/include/libavformat \