aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/dvbcut
diff options
context:
space:
mode:
authorse <se@FreeBSD.org>2011-07-03 22:45:40 +0800
committerse <se@FreeBSD.org>2011-07-03 22:45:40 +0800
commit6fae8e4fc24381db9a7f705c912d246fcf5e32ec (patch)
treea046914bd47919417bb77208da54861b7fa1f960 /multimedia/dvbcut
parente8ef2a920b710ea27c63325539a6043d3ebc522e (diff)
downloadfreebsd-ports-gnome-6fae8e4fc24381db9a7f705c912d246fcf5e32ec.tar.gz
freebsd-ports-gnome-6fae8e4fc24381db9a7f705c912d246fcf5e32ec.tar.zst
freebsd-ports-gnome-6fae8e4fc24381db9a7f705c912d246fcf5e32ec.zip
Add further build dependencies on moc and uic.
Set MAINTAINER back to my mail address.
Diffstat (limited to 'multimedia/dvbcut')
-rw-r--r--multimedia/dvbcut/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/dvbcut/Makefile b/multimedia/dvbcut/Makefile
index ed022f48e543..251e80b52585 100644
--- a/multimedia/dvbcut/Makefile
+++ b/multimedia/dvbcut/Makefile
@@ -10,7 +10,7 @@ PORTVERSION= 0.6.1
CATEGORIES= multimedia
MASTER_SITES= http://www.mr511.de/dvbcut/
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= se@FreeBSD.org
COMMENT= Qt application for cutting of MPEG PS and MPEG TS streams (DVB)
BUILD_DEPENDS= mplayer:${PORTSDIR}/multimedia/mplayer
@@ -46,7 +46,7 @@ QTCFGLIBS+= ${PTHREAD_LIBS}
.else
USE_CMAKE= yes
CMAKE_USE_PTHREAD= yes
-QT_COMPONENTS= corelib qt3support xml network gui qmake_build
+QT_COMPONENTS= corelib qt3support xml network gui qmake_build moc_build uic_build
CXXFLAGS+= -I${PREFIX}/include \
-I${PREFIX}/include/libavcodec \
-I${PREFIX}/include/libavformat \