aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-06-15 15:50:22 +0800
committerbapt <bapt@FreeBSD.org>2013-06-15 15:50:22 +0800
commit853987847b5b860b262c75798c5f90bf6f099e1e (patch)
tree53463a5b0de8d4fc7f9ca8f5ccb945a538f4f358 /audio
parent713f60c67675a0c6a9ec932c9e7fb879ed898051 (diff)
downloadfreebsd-ports-gnome-853987847b5b860b262c75798c5f90bf6f099e1e.tar.gz
freebsd-ports-gnome-853987847b5b860b262c75798c5f90bf6f099e1e.tar.zst
freebsd-ports-gnome-853987847b5b860b262c75798c5f90bf6f099e1e.zip
Finish options conversion
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 d9d221a15828..7e90ed847eef 100644
--- a/audio/openal/Makefile
+++ b/audio/openal/Makefile
@@ -90,7 +90,7 @@ post-patch:
s|Libs: |&${PTHREAD_LIBS} |;\
s|Cflags: |&${PTHREAD_CFLAGS} |' \
${WRKSRC}/admin/pkgconfig/openal.pc.in
-.if defined(WITHOUT_X86_ASM)
+.if ! ${PORT_OPTIONS:MASM}
@${REINPLACE_CMD} -e '/^NASM=/ s|=.*|=no|' ${WRKSRC}/configure
.endif