aboutsummaryrefslogtreecommitdiffstats
path: root/emulators
diff options
context:
space:
mode:
authormakc <makc@FreeBSD.org>2013-11-21 23:41:06 +0800
committermakc <makc@FreeBSD.org>2013-11-21 23:41:06 +0800
commit2135616a9e070ebc11896c5da3bab6be138d3174 (patch)
treea5a600fc2e9cd562658dc40ed2f379bc9c1a8346 /emulators
parentbd44bcfeda247454fd0b28cda212f082fc5d93b2 (diff)
downloadfreebsd-ports-gnome-2135616a9e070ebc11896c5da3bab6be138d3174.tar.gz
freebsd-ports-gnome-2135616a9e070ebc11896c5da3bab6be138d3174.tar.zst
freebsd-ports-gnome-2135616a9e070ebc11896c5da3bab6be138d3174.zip
- Remove now needless qmake_build from USE_QT4
- Get rid of QMAKEFLAGS - Convert to USES=dos2unix
Diffstat (limited to 'emulators')
-rw-r--r--emulators/dboxfe/Makefile2
-rw-r--r--emulators/qtemu/Makefile4
2 files changed, 3 insertions, 3 deletions
diff --git a/emulators/dboxfe/Makefile b/emulators/dboxfe/Makefile
index be34abad5c8a..81aad1da4fa2 100644
--- a/emulators/dboxfe/Makefile
+++ b/emulators/dboxfe/Makefile
@@ -29,7 +29,7 @@ DESKTOP_ENTRIES= "DBoxFE" "DOSBox configuration manager" \
post-build:
@(cd ${WRKSRC}/dboxfetray && \
- ${SETENV} ${CONFIGURE_ENV} ${QMAKE} ${QMAKEFLAGS} && \
+ ${SETENV} ${QMAKE_ENV} ${QMAKE} ${QMAKE_ARGS} && \
${SETENV} ${MAKE_ENV} ${MAKE})
do-install:
diff --git a/emulators/qtemu/Makefile b/emulators/qtemu/Makefile
index 6a32a3bd17e4..a41692205cc9 100644
--- a/emulators/qtemu/Makefile
+++ b/emulators/qtemu/Makefile
@@ -10,7 +10,7 @@ MAINTAINER= makc@FreeBSD.org
COMMENT= Qt 4 based frontend for QEMU
USE_BZIP2= yes
-USE_QT4= gui xml uic_build moc_build qmake_build rcc_build
+USE_QT4= gui xml uic_build moc_build rcc_build
USES= qmake
CONFIGURE_ENV+= LOCALBASE=${LOCALBASE}
@@ -30,7 +30,7 @@ PLIST_SUB+= NLS="@comment "
post-configure:
.if ${PORT_OPTIONS:MNLS}
- (cd ${WRKSRC} && ${LOCALBASE}/bin/lrelease-qt4 qtemu.pro)
+ (cd ${WRKSRC} && ${LRELEASE} qtemu.pro)
.endif
do-install: