diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-04-17 20:38:02 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-04-17 20:38:02 +0800 |
commit | 8d126bf116939851057c02d4243fa6fb23a35a2c (patch) | |
tree | 150bcb567240b371dac7a9b8d48c64bd36dbe44f /emulators/zsnes | |
parent | 79149d811700200f997198d85a616104c477bb46 (diff) | |
download | freebsd-ports-gnome-8d126bf116939851057c02d4243fa6fb23a35a2c.tar.gz freebsd-ports-gnome-8d126bf116939851057c02d4243fa6fb23a35a2c.tar.zst freebsd-ports-gnome-8d126bf116939851057c02d4243fa6fb23a35a2c.zip |
Chase increase of libSDL version number.
Diffstat (limited to 'emulators/zsnes')
-rw-r--r-- | emulators/zsnes/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/zsnes/Makefile b/emulators/zsnes/Makefile index 834b85412492..096fb8850f16 100644 --- a/emulators/zsnes/Makefile +++ b/emulators/zsnes/Makefile @@ -16,7 +16,7 @@ MAINTAINER= stijn@win.tue.nl # This must be >= 0.98! BUILD_DEPENDS= nasm-0.98:${PORTSDIR}/devel/nasm -LIB_DEPENDS= SDL-1.1.3:${PORTSDIR}/devel/sdl12 \ +LIB_DEPENDS= SDL-1.1.4:${PORTSDIR}/devel/sdl12 \ png.5:${PORTSDIR}/graphics/png USE_X_PREFIX= yes |