summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2003-11-06 23:09:20 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2003-11-06 23:09:20 +0000
commit6056e8f441eb5984768ffcf41ef7fb513104b076 (patch)
treebe4b6427233a1826cebb3694a794600772bcd59a
parent- Update to version 0.98.38 [1] (diff)
- Don't use nasm%%VERSION%% in BUILD_DEPENDS
Notes
Notes: svn path=/head/; revision=93267
-rw-r--r--emulators/zsnes/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/zsnes/Makefile b/emulators/zsnes/Makefile
index 4be85de8dacf..68615bac6472 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.35:${PORTSDIR}/devel/nasm
+BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm
LIB_DEPENDS= SDL-1.1.5:${PORTSDIR}/devel/sdl12 \
png.5:${PORTSDIR}/graphics/png