diff options
author | Munechika SUMIKAWA <sumikawa@FreeBSD.org> | 2003-05-05 11:03:14 +0000 |
---|---|---|
committer | Munechika SUMIKAWA <sumikawa@FreeBSD.org> | 2003-05-05 11:03:14 +0000 |
commit | 75a5f843a794e4a5eef7af442f77a8d0474cedb3 (patch) | |
tree | 1486ff61fb3587e5ee547b989868a19d8f73afa7 /emulators | |
parent | 2428258f58028344591920d900d521a221021e52 (diff) | |
download | ports-75a5f843a794e4a5eef7af442f77a8d0474cedb3.tar.gz ports-75a5f843a794e4a5eef7af442f77a8d0474cedb3.zip |
Notes
Diffstat (limited to 'emulators')
-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 |