diff options
author | sumikawa <sumikawa@FreeBSD.org> | 2003-05-05 19:03:14 +0800 |
---|---|---|
committer | sumikawa <sumikawa@FreeBSD.org> | 2003-05-05 19:03:14 +0800 |
commit | 0369f989121daece7c97d81fb02ba46b08c2f5e0 (patch) | |
tree | 39f5125d93e8243de9ca37f637d3ccd6d82603b6 /emulators | |
parent | 0366ed311ef57b5920e03ef50564bdc8ac75b470 (diff) | |
download | freebsd-ports-gnome-0369f989121daece7c97d81fb02ba46b08c2f5e0.tar.gz freebsd-ports-gnome-0369f989121daece7c97d81fb02ba46b08c2f5e0.tar.zst freebsd-ports-gnome-0369f989121daece7c97d81fb02ba46b08c2f5e0.zip |
Fixed dependency.
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 |