diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2003-04-12 20:57:23 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2003-04-12 20:57:23 +0000 |
commit | 8ba7de996a881399548f1a92fbef8da78169e5fc (patch) | |
tree | 103edaecea4b222bcca3487db0e6461ca6275132 | |
parent | 9a725a7ae49b32f6d875dce6c9355b398530b11c (diff) | |
download | ports-8ba7de996a881399548f1a92fbef8da78169e5fc.tar.gz ports-8ba7de996a881399548f1a92fbef8da78169e5fc.zip |
Notes
-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 f707e56df0da..4be85de8dacf 100644 --- a/emulators/zsnes/Makefile +++ b/emulators/zsnes/Makefile @@ -17,7 +17,7 @@ MAINTAINER= stijn@win.tue.nl COMMENT= Intel x86 only Super Nintendo Entertainment System (SNES) Emulator # This must be >= 0.98! -BUILD_DEPENDS= nasm-0.98.33:${PORTSDIR}/devel/nasm +BUILD_DEPENDS= nasm-0.98.35:${PORTSDIR}/devel/nasm LIB_DEPENDS= SDL-1.1.5:${PORTSDIR}/devel/sdl12 \ png.5:${PORTSDIR}/graphics/png |