diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2013-11-17 20:33:49 +0800 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2013-11-17 20:33:49 +0800 |
commit | 7c19894cc2655ff3d2d6632c53bb6577e3ebe4b8 (patch) | |
tree | de53b60cb1c495c3a2b4f057658fd6262c6100e9 /emulators/mame | |
parent | 8f22cca0da0b4cd357bb971d4fcef9d4c4f49ec5 (diff) | |
download | freebsd-ports-gnome-7c19894cc2655ff3d2d6632c53bb6577e3ebe4b8.tar.gz freebsd-ports-gnome-7c19894cc2655ff3d2d6632c53bb6577e3ebe4b8.tar.zst freebsd-ports-gnome-7c19894cc2655ff3d2d6632c53bb6577e3ebe4b8.zip |
- Switch devel/sdl20 to use the autotools-based configuration, since the
cmake-based one is not maintained that well
- Fix library naming to ensure backwards compatibility on minor version
changes
- Bump the PORTREVISION on ports depending on devel/sdl20, since its
shared library name changed
PR: ports/183975
Submitted by: Jan Kokemüller <jan.kokemueller@gmail.com>
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 97e16b19c14d..2a850dcaddd8 100644 --- a/emulators/mame/Makefile +++ b/emulators/mame/Makefile @@ -3,6 +3,7 @@ PORTNAME= mame PORTVERSION= 0.150${PATCHSUFFIX} +PORTREVISION= 1 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}.mirror/${PORTNAME:U}%20${PORTVERSION} \ http://mame.mirrors.zippykid.com/releases/ \ |