diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-07-03 17:25:30 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-07-03 17:25:30 +0000 |
commit | 6ddd7ebf8b86615358c5150729654dcd4e4b8595 (patch) | |
tree | 230ecd3e9c53507d2bbf9c194a9bae805d56a385 /emulators/mame | |
parent | Mute mkdir, not installation commands. (diff) |
- Switch graphics/sdl2_ttf to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed
Approved by: portmgr blanket
Notes
Notes:
svn path=/head/; revision=360414
Diffstat (limited to 'emulators/mame')
-rw-r--r-- | emulators/mame/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emulators/mame/Makefile b/emulators/mame/Makefile index 4d8e3c11d486..1b75d7ffbd9e 100644 --- a/emulators/mame/Makefile +++ b/emulators/mame/Makefile @@ -3,6 +3,7 @@ PORTNAME= mame PORTVERSION= 0.152${PATCHSUFFIX} +PORTREVISION= 1 CATEGORIES= emulators MASTER_SITES= http://mame.mirrors.zippykid.com/releases/ \ http://emumovies.com/aarongiles/releases/ \ |