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