diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-08-14 13:41:11 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-08-14 13:41:11 +0000 |
commit | afdccefde3df3fae49a3078b479cb9ba9fff07e9 (patch) | |
tree | cf527a0fe2b1543bb7ff2f20b4650d9ad5621dfe /multimedia/mythtv-frontend | |
parent | de8a54ccad41881233cc9808351432ba24668010 (diff) |
Notes
Diffstat (limited to 'multimedia/mythtv-frontend')
-rw-r--r-- | multimedia/mythtv-frontend/Makefile | 9 | ||||
-rw-r--r-- | multimedia/mythtv-frontend/pkg-plist | 1 |
2 files changed, 6 insertions, 4 deletions
diff --git a/multimedia/mythtv-frontend/Makefile b/multimedia/mythtv-frontend/Makefile index c09af90fc84f..c992199387e7 100644 --- a/multimedia/mythtv-frontend/Makefile +++ b/multimedia/mythtv-frontend/Makefile @@ -7,7 +7,7 @@ PORTNAME= mythtv-frontend PORTVERSION= 0.21 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= multimedia MASTER_SITES= http://ftp.osuosl.org/pub/mythtv/ \ http://ftp.oregonstate.edu/pub/mythtv/ @@ -37,8 +37,7 @@ MAKE_ENV= QTDIR="${QT_PREFIX}" \ QMAKESPEC="${QMAKESPEC}" CONFIGURE_ENV+= QMAKESPEC="${QMAKESPEC}" MOC="${MOC}" CPPFLAGS="${CPPFLAGS} ${QTCPPFLAGS}" \ - QTDIR="${QT_PREFIX}" KDEDIR="${KDE_PREFIX}" \ - CFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" + QTDIR="${QT_PREFIX}" KDEDIR="${KDE_PREFIX}" LDFLAGS="-L${LOCALBASE}/lib" CONFIGURE_ARGS= --prefix="${PREFIX}" --disable-v4l --disable-ivtv --disable-firewire \ --disable-dvb --disable-dbox2 --disable-hdhomerun --disable-iptv \ @@ -64,6 +63,10 @@ pre-everything:: @${ECHO_MSG} @sleep 3 +post-patch: + @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \ + ${WRKSRC}/configure + .if defined(WITH_ARTS) LIB_DEPENDS+= artsc.0:${PORTSDIR}/audio/arts CONFIGURE_ARGS+= --enable-audio-arts diff --git a/multimedia/mythtv-frontend/pkg-plist b/multimedia/mythtv-frontend/pkg-plist index 7731ab4e8dcf..f79f81f5e08b 100644 --- a/multimedia/mythtv-frontend/pkg-plist +++ b/multimedia/mythtv-frontend/pkg-plist @@ -109,7 +109,6 @@ include/mythtv/libmythui/mythimage.h include/mythtv/libmythui/mythlistbutton.h include/mythtv/libmythui/mythmainwindow.h include/mythtv/libmythui/mythpainter.h -include/mythtv/libmythui/mythpainter_ogl.h include/mythtv/libmythui/mythpainter_qt.h include/mythtv/libmythui/mythscreenstack.h include/mythtv/libmythui/mythscreentype.h |