diff options
author | se <se@FreeBSD.org> | 2011-07-03 22:45:40 +0800 |
---|---|---|
committer | se <se@FreeBSD.org> | 2011-07-03 22:45:40 +0800 |
commit | 6fae8e4fc24381db9a7f705c912d246fcf5e32ec (patch) | |
tree | a046914bd47919417bb77208da54861b7fa1f960 /multimedia/dvbcut | |
parent | e8ef2a920b710ea27c63325539a6043d3ebc522e (diff) | |
download | freebsd-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/Makefile | 4 |
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 \ |