From 6c2793ec69c1671795edb4f4c2f741ae23377c10 Mon Sep 17 00:00:00 2001 From: amdmi3 Date: Tue, 17 Mar 2009 00:32:41 +0000 Subject: - Oops, depend on nasm correctly Noticed by: cperciva@ --- audio/openal/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'audio') diff --git a/audio/openal/Makefile b/audio/openal/Makefile index 487ab3da75bb..eea322d8e50c 100644 --- a/audio/openal/Makefile +++ b/audio/openal/Makefile @@ -77,7 +77,7 @@ CONFIGURE_ARGS+=--disable-smpeg .if ${ARCH} == "i386" OPTIONS+= X86_ASM "Enable x86 assembly code" on .if !defined(WITHOUT_X86_ASM) -BUILD_DEPENDS+= nasm:${LOCALBASE}/devel/nasm +BUILD_DEPENDS+= nasm:${PORTSDIR}/devel/nasm .endif .endif -- cgit