aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2009-03-17 08:32:41 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2009-03-17 08:32:41 +0800
commit6c2793ec69c1671795edb4f4c2f741ae23377c10 (patch)
treef82e981ea9c4a4495126bf237af390bcb3027501 /audio
parente92f03779fe7d50ddf320fbb2e315a3e2d760990 (diff)
downloadfreebsd-ports-gnome-6c2793ec69c1671795edb4f4c2f741ae23377c10.tar.gz
freebsd-ports-gnome-6c2793ec69c1671795edb4f4c2f741ae23377c10.tar.zst
freebsd-ports-gnome-6c2793ec69c1671795edb4f4c2f741ae23377c10.zip
- Oops, depend on nasm correctly
Noticed by: cperciva@
Diffstat (limited to 'audio')
-rw-r--r--audio/openal/Makefile2
1 files changed, 1 insertions, 1 deletions
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