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/atari800 | |
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/atari800')
-rw-r--r-- | emulators/atari800/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/atari800/Makefile b/emulators/atari800/Makefile index 1a8e631e9486..dd6aafb27bb0 100644 --- a/emulators/atari800/Makefile +++ b/emulators/atari800/Makefile @@ -20,7 +20,7 @@ RESTRICTED= xf25 contains copyright ROMs and cannot be distributed. WRKSRC= ${WRKDIR}/${DISTNAME}/src -USE_GMAKE= yes +USES= gmake GNU_CONFIGURE= yes MAN1= atari800.1 |