diff options
Diffstat (limited to 'emulators/dosbox')
-rw-r--r-- | emulators/dosbox/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/dosbox/Makefile b/emulators/dosbox/Makefile index 4deef7509d40..f9b99c0736f5 100644 --- a/emulators/dosbox/Makefile +++ b/emulators/dosbox/Makefile @@ -7,13 +7,14 @@ PORTNAME= dosbox PORTVERSION= 0.73 +PORTREVISION= 1 CATEGORIES= emulators MASTER_SITES= SF MAINTAINER= knyght@gmail.com COMMENT= An emulator of a PC with DOS -LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png +LIB_DEPENDS= png.6:${PORTSDIR}/graphics/png GNU_CONFIGURE= yes USE_SDL= sdl net sound |