diff options
author | lme <lme@FreeBSD.org> | 2014-03-29 02:26:21 +0800 |
---|---|---|
committer | lme <lme@FreeBSD.org> | 2014-03-29 02:26:21 +0800 |
commit | d2f0fecf49a1e1922a301494b697e95e347b9d85 (patch) | |
tree | cf3f09edcc91641bce96c756020defb0773b8935 /games | |
parent | 3646c46124a8d0e5c86fabe492b06bf0e2b0d221 (diff) | |
download | freebsd-ports-gnome-d2f0fecf49a1e1922a301494b697e95e347b9d85.tar.gz freebsd-ports-gnome-d2f0fecf49a1e1922a301494b697e95e347b9d85.tar.zst freebsd-ports-gnome-d2f0fecf49a1e1922a301494b697e95e347b9d85.zip |
- Remove no longer needed WX_CONFIG [1]
- Use USES= tar:bzip2
Noticed by: makc
Diffstat (limited to 'games')
-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 |