From 71a936a2fb213883af737a9bb660a02dc3fec679 Mon Sep 17 00:00:00 2001 From: ak Date: Tue, 1 Oct 2013 05:10:19 +0000 Subject: - Fix build on 10.x [1] - Support STAGEDIR Reported by: pkg-fallout [1] --- emulators/dgen-sdl/Makefile | 10 +++++----- emulators/dgen-sdl/pkg-descr | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'emulators/dgen-sdl') diff --git a/emulators/dgen-sdl/Makefile b/emulators/dgen-sdl/Makefile index 515b369419aa..0e7775946f3c 100644 --- a/emulators/dgen-sdl/Makefile +++ b/emulators/dgen-sdl/Makefile @@ -11,15 +11,15 @@ COMMENT= Wonderful Sega Genesis/MegaDrive emulator USE_SDL= sdl USE_GL= yes +USES= fmake GNU_CONFIGURE= yes PLIST_FILES= bin/dgen \ - bin/dgen_tobin + bin/dgen_tobin \ + man/man1/dgen.1.gz \ + man/man1/dgen_tobin.1.gz \ + man/man5/dgenrc.5.gz -MAN1= dgen.1 dgen_tobin.1 -MAN5= dgenrc.5 - -NO_STAGE= yes .include .if ${ARCH} == i386 diff --git a/emulators/dgen-sdl/pkg-descr b/emulators/dgen-sdl/pkg-descr index cca5b8f085c2..42e37a961bd1 100644 --- a/emulators/dgen-sdl/pkg-descr +++ b/emulators/dgen-sdl/pkg-descr @@ -1,3 +1,3 @@ DGen is a wonderful Sega Genesis/MegaDrive emulator. -WWW: http://dgen.sourceforge.net +WWW: http://dgen.sourceforge.net/ -- cgit