diff --git a/emulators/sdlmess/Makefile b/emulators/sdlmess/Makefile index 159b62a7485..0be1bd8f4af 100644 --- a/emulators/sdlmess/Makefile +++ b/emulators/sdlmess/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.18 2011/10/29 08:12:31 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.19 2011/11/13 23:26:32 fgsch Exp $ # Other archs have not been tested ONLY_FOR_ARCHS = amd64 i386 @@ -8,14 +8,12 @@ COMMENT = emulates game consoles and old home computers V = 0.132 DISTNAME = sdlmess${V:S/.//} PKGNAME = sdlmess-${V} -REVISION= 7 +REVISION= 8 CATEGORIES = emulators games HOMEPAGE = http://rbelmont.mameworld.info/?page_id=163 -MAINTAINER = Pierre Riteau - # MAME Distribution License, see http://mamedev.org/license.html PERMIT_PACKAGE_CDROM = may not sell PERMIT_PACKAGE_FTP = Yes @@ -36,7 +34,6 @@ EXTRACT_SUFX = .zip MODULES = devel/gettext LIB_DEPENDS = devel/sdl devel/gconf2 x11/gtk+2 -RUN_DEPENDS = sdlmame-tools-${V}:emulators/sdlmame,-tools USE_GMAKE = Yes