Index: head/emulators/dgen-sdl/Makefile =================================================================== --- head/emulators/dgen-sdl/Makefile (revision 390649) +++ head/emulators/dgen-sdl/Makefile (revision 390650) @@ -1,32 +1,32 @@ # Created by: Maxim Sobolev # $FreeBSD$ PORTNAME= dgen-sdl PORTVERSION= 1.33 PORTREVISION= 2 CATEGORIES= emulators MASTER_SITES= SF/dgen/dgen/${PORTVERSION} MAINTAINER= ak@FreeBSD.org COMMENT= Wonderful Sega Genesis/MegaDrive emulator USE_SDL= sdl USE_GL= yes -USES= fmake +USES= gmake GNU_CONFIGURE= yes PLIST_FILES= bin/dgen \ bin/dgen_tobin \ man/man1/dgen.1.gz \ man/man1/dgen_tobin.1.gz \ man/man5/dgenrc.5.gz .include .if ${ARCH} == i386 BUILD_DEPENDS+= nasm:${PORTSDIR}/devel/nasm .else CONFIGURE_ARGS+= --disable-asm .endif .include