diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-11-06 23:09:20 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-11-06 23:09:20 +0000 |
commit | 6056e8f441eb5984768ffcf41ef7fb513104b076 (patch) | |
tree | be4b6427233a1826cebb3694a794600772bcd59a /emulators/zsnes | |
parent | - Update to version 0.98.38 [1] (diff) |
- Don't use nasm%%VERSION%% in BUILD_DEPENDS
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 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 |