aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/2mandvd
diff options
context:
space:
mode:
authormakc <makc@FreeBSD.org>2013-11-22 00:09:47 +0800
committermakc <makc@FreeBSD.org>2013-11-22 00:09:47 +0800
commit78f0af6c83d47cbb24ddfba8708d671d54c1889e (patch)
tree647697027ea69c833013ff28dc0519b0d53b23f6 /multimedia/2mandvd
parentfb3375018c3847fef03b6f420c10e6d528dcc1d0 (diff)
downloadfreebsd-ports-graphics-78f0af6c83d47cbb24ddfba8708d671d54c1889e.tar.gz
freebsd-ports-graphics-78f0af6c83d47cbb24ddfba8708d671d54c1889e.tar.zst
freebsd-ports-graphics-78f0af6c83d47cbb24ddfba8708d671d54c1889e.zip
- Remove now needless qmake_build from USE_QT4
- Get rid of QMAKEFLAGS - Use globally provided LRELEASE
Diffstat (limited to 'multimedia/2mandvd')
-rw-r--r--multimedia/2mandvd/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/multimedia/2mandvd/Makefile b/multimedia/2mandvd/Makefile
index 8a0184e81dc..c223ade58f6 100644
--- a/multimedia/2mandvd/Makefile
+++ b/multimedia/2mandvd/Makefile
@@ -32,15 +32,13 @@ WRKSRC= ${WRKDIR}/${PORTNAME}
USES= desktop-file-utils gmake perl5 qmake:norecursive shebangfix
SHEBANG_FILES= fake.pl
USE_QT4= corelib gui opengl \
- linguist_build moc_build qmake_build rcc_build uic_build
+ linguist_build moc_build rcc_build uic_build
USE_GL= glu
USE_SDL= sdl
USE_PERL5= run
DATADIR= ${PREFIX}/share/2ManDVD
-LRELEASE= ${LOCALBASE}/bin/lrelease-qt4
-
post-extract:
@${FIND} ${WRKSRC} -name "*~" -delete