diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2013-11-21 15:41:06 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2013-11-21 15:41:06 +0000 |
commit | 4ddfac46e6a05a37eb2f933c653d844fe9a813a8 (patch) | |
tree | a5a600fc2e9cd562658dc40ed2f379bc9c1a8346 /emulators/qtemu | |
parent | 0d14d3a2d1172ca4110f18feda5f1392c6c0785a (diff) | |
download | ports-4ddfac46e6a05a37eb2f933c653d844fe9a813a8.tar.gz ports-4ddfac46e6a05a37eb2f933c653d844fe9a813a8.zip |
Notes
Diffstat (limited to 'emulators/qtemu')
-rw-r--r-- | emulators/qtemu/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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: |