diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2014-05-12 10:53:41 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2014-05-12 10:53:41 +0000 |
commit | c425e0b6a4d59c9684be3eae7a4402a2dd33fe11 (patch) | |
tree | e335caa03dfa0972b42ee08e49dee9136104c8a5 /emulators/dboxfe | |
parent | c0ee1ce198fd9c6483d474389878f95fe3e076f1 (diff) |
Notes
Diffstat (limited to 'emulators/dboxfe')
-rw-r--r-- | emulators/dboxfe/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/emulators/dboxfe/Makefile b/emulators/dboxfe/Makefile index 81aad1da4fa2..c067ed05b17c 100644 --- a/emulators/dboxfe/Makefile +++ b/emulators/dboxfe/Makefile @@ -12,9 +12,8 @@ COMMENT= Qt4 based configuration manager for DOSBox RUN_DEPENDS= dosbox:${PORTSDIR}/emulators/dosbox -USE_BZIP2= yes USE_QT4= gui network xml uic_build moc_build qmake_build rcc_build -USES= qmake +USES= qmake tar:bzip2 PLIST_FILES= bin/dboxfe \ bin/dboxfetray \ |