diff options
-rw-r--r-- | emulators/dosbox/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/emulators/dosbox/Makefile b/emulators/dosbox/Makefile index b3fbdff39b3f..68defc88f6b9 100644 --- a/emulators/dosbox/Makefile +++ b/emulators/dosbox/Makefile @@ -7,14 +7,15 @@ PORTNAME= dosbox PORTVERSION= 0.55 +PORTREVISON= 1 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= knyghtmare@knyghtmare.com -COMMENT= An emulator of a PC with DOS +COMMENT= An emulator of a PC with DOS -LIB_DEPENDS= SDL-1.1.4:${PORTSDIR}/devel/sdl12 +LIB_DEPENDS= SDL-1.1.5:${PORTSDIR}/devel/sdl12 SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config |