diff options
author | miwi <miwi@FreeBSD.org> | 2014-05-26 21:13:46 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-05-26 21:13:46 +0800 |
commit | 38c6b7d1425f51d4e1583b806b2b17e044c528f4 (patch) | |
tree | 2b3258dcf37141d2231e20873e48d45fa8ffa4a9 /emulators/zsnes | |
parent | 624994999921592fe0d77fad3cfa41b4139f339a (diff) | |
download | freebsd-ports-gnome-38c6b7d1425f51d4e1583b806b2b17e044c528f4.tar.gz freebsd-ports-gnome-38c6b7d1425f51d4e1583b806b2b17e044c528f4.tar.zst freebsd-ports-gnome-38c6b7d1425f51d4e1583b806b2b17e044c528f4.zip |
- Convert gmake,bzip2 to USES
Approved by: portmgr
Diffstat (limited to 'emulators/zsnes')
-rw-r--r-- | emulators/zsnes/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/emulators/zsnes/Makefile b/emulators/zsnes/Makefile index 39b586bede94..74cffede4dca 100644 --- a/emulators/zsnes/Makefile +++ b/emulators/zsnes/Makefile @@ -27,9 +27,8 @@ OPTIONS_DEFAULT=X11 JMA DEBUGGER_DESC= ZSNES Debugger JMA_DESC= JMA support -USE_BZIP2= yes USE_SDL= sdl -USE_GMAKE= yes +USES= gmake tar:bzip2 GNU_CONFIGURE= yes CONFIGURE_ARGS+= --disable-cpucheck |