diff options
author | Lars Engels <lme@FreeBSD.org> | 2014-03-28 18:26:21 +0000 |
---|---|---|
committer | Lars Engels <lme@FreeBSD.org> | 2014-03-28 18:26:21 +0000 |
commit | 06d8ef1167f967ef629df50045589ae6ace1d5a7 (patch) | |
tree | cf3f09edcc91641bce96c756020defb0773b8935 /games/scummvm-tools | |
parent | 2f6d4499989a99cde70c42000d07ffa76842f129 (diff) |
- Remove no longer needed WX_CONFIG [1]
- Use USES= tar:bzip2
Noticed by: makc
Notes
Notes:
svn path=/head/; revision=349441
Diffstat (limited to 'games/scummvm-tools')
-rw-r--r-- | games/scummvm-tools/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/games/scummvm-tools/Makefile b/games/scummvm-tools/Makefile index 7e70c9667ca3..babc3803700a 100644 --- a/games/scummvm-tools/Makefile +++ b/games/scummvm-tools/Makefile @@ -19,8 +19,7 @@ BUILD_DEPENDS= lame:${PORTSDIR}/audio/lame \ LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png \ libvorbis.so:${PORTSDIR}/audio/libvorbis -USE_BZIP2= yes -USES= gmake +USES= gmake tar:bzip2 GNU_CONFIGURE= yes CONFIGURE_TARGET= @@ -33,7 +32,6 @@ OPTIONS_DEFAULT= WXGTK .if ${PORT_OPTIONS:MWXGTK} USE_WX= 3.0 -WX_CONFIG= ${LOCALBASE}/bin/wxgtk2-2.8-config WX_COMP= wx:lib:build WX_UNICODE= yes GUI_BIN= tools_gui |