diff options
Diffstat (limited to 'emulators/dosbox')
-rw-r--r-- | emulators/dosbox/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/emulators/dosbox/Makefile b/emulators/dosbox/Makefile index 888a902f4808..4c9b84dbbcbc 100644 --- a/emulators/dosbox/Makefile +++ b/emulators/dosbox/Makefile @@ -14,12 +14,11 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= knyghtmare@knyghtmare.com COMMENT= An emulator of a PC with DOS -LIB_DEPENDS= SDL_net.0:${PORTSDIR}/net/sdl_net \ - png.5:${PORTSDIR}/graphics/png +LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png GNU_CONFIGURE= yes USE_REINPLACE= yes -USE_SDL= yes +USE_SDL= sdl net MAN1= dosbox.1 PKGMESSAGE= ${WRKDIR}/pkg-message |