diff options
author | arved <arved@FreeBSD.org> | 2003-04-13 04:57:23 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2003-04-13 04:57:23 +0800 |
commit | c3c2fd535c774e660ce134f620286094ab14004e (patch) | |
tree | 29761aa2ce9b53227b0ee59c8be8c8a52078ab04 /emulators/zsnes | |
parent | 188f387156bf9ab3a38424041886798e6b702205 (diff) | |
download | freebsd-ports-gnome-c3c2fd535c774e660ce134f620286094ab14004e.tar.gz freebsd-ports-gnome-c3c2fd535c774e660ce134f620286094ab14004e.tar.zst freebsd-ports-gnome-c3c2fd535c774e660ce134f620286094ab14004e.zip |
Chase nasm shared library version
PR: 50852
Submitted by: Hendrik Scholz <hendrik@scholz.net>
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 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 |