diff options
author | krion <krion@FreeBSD.org> | 2003-11-07 07:09:20 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2003-11-07 07:09:20 +0800 |
commit | 36aa5eb374a2792b6e233b60a78727c92ff9cb0a (patch) | |
tree | 071bf5f5fce0f164a30d4f17e905847d5b0585bb | |
parent | 17be3d9783a0339372b6f93e021f4b9ed7844be4 (diff) | |
download | freebsd-ports-gnome-36aa5eb374a2792b6e233b60a78727c92ff9cb0a.tar.gz freebsd-ports-gnome-36aa5eb374a2792b6e233b60a78727c92ff9cb0a.tar.zst freebsd-ports-gnome-36aa5eb374a2792b6e233b60a78727c92ff9cb0a.zip |
- Don't use nasm%%VERSION%% in BUILD_DEPENDS
-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 |