diff options
Diffstat (limited to 'emulators/dgen-sdl/Makefile')
-rw-r--r-- | emulators/dgen-sdl/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/emulators/dgen-sdl/Makefile b/emulators/dgen-sdl/Makefile index 3f0570b6fc5d..2d4680b373d1 100644 --- a/emulators/dgen-sdl/Makefile +++ b/emulators/dgen-sdl/Makefile @@ -6,8 +6,7 @@ # PORTNAME= dgen-sdl -PORTVERSION= 1.22 -PORTREVISION= 1 +PORTVERSION= 1.23 CATEGORIES= emulators MASTER_SITES= http://pknet.com/~joe/ @@ -15,13 +14,10 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A wonderful Sega Genesis/MegaDrive emulator BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm -LIB_DEPENDS= SDL-1.1.5:${PORTSDIR}/devel/sdl12 - -SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config +USE_SDL= yes USE_MESA= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}" MAN1= dgen.1 tobin.1 MAN5= dgenrc.5 |