diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-05-26 21:13:46 +0800 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-05-26 21:13:46 +0800 |
commit | 4de7d44a7957c1f591b2d2633e2327881745a4ec (patch) | |
tree | 2b3258dcf37141d2231e20873e48d45fa8ffa4a9 /emulators/atari800 | |
parent | d1e4387ae1f7c6b04efca6bbea6d9c168e1e74e4 (diff) | |
download | freebsd-ports-gnome-4de7d44a7957c1f591b2d2633e2327881745a4ec.tar.gz freebsd-ports-gnome-4de7d44a7957c1f591b2d2633e2327881745a4ec.tar.zst freebsd-ports-gnome-4de7d44a7957c1f591b2d2633e2327881745a4ec.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 |