diff options
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/dgen-sdl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/dgen-sdl/Makefile b/emulators/dgen-sdl/Makefile index e3c416dd5bbc..c901e7b405eb 100644 --- a/emulators/dgen-sdl/Makefile +++ b/emulators/dgen-sdl/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://pknet.com/~joe/ MAINTAINER= sobomax@FreeBSD.org BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm -LIB_DEPENDS= SDL-1.1.2:${PORTSDIR}/devel/sdl-devel +LIB_DEPENDS= SDL-1.1.3:${PORTSDIR}/devel/sdl-devel SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config |