aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2009-03-17 08:32:41 +0800
committerDmitry Marakasov <amdmi3@FreeBSD.org>2009-03-17 08:32:41 +0800
commit96d13e841b01ed3079c3e0d240ea86baa6360882 (patch)
treefaad6070fa58ac271e87e1d06a6c99ef359b4d1c /audio
parent421a2146f4330b169d3062cbb38e9afa60ffb4d9 (diff)
downloadfreebsd-ports-gnome-96d13e841b01ed3079c3e0d240ea86baa6360882.tar.gz
freebsd-ports-gnome-96d13e841b01ed3079c3e0d240ea86baa6360882.tar.zst
freebsd-ports-gnome-96d13e841b01ed3079c3e0d240ea86baa6360882.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