diff options
author | John Marino <marino@FreeBSD.org> | 2016-04-06 15:29:26 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2016-04-06 15:29:26 +0000 |
commit | 0aecd7aa5cfd7decb7b7b8f7b538039fbc0a1b46 (patch) | |
tree | 19e7fda25b482ca065918c93bb1ebda64e7fca74 /audio/mac | |
parent | 8e443ec3d03fc0a9d5773c48da3ac6fb958cd6ee (diff) |
Notes
Diffstat (limited to 'audio/mac')
-rw-r--r-- | audio/mac/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/mac/Makefile b/audio/mac/Makefile index 944e23c3ae81..117e11625ab3 100644 --- a/audio/mac/Makefile +++ b/audio/mac/Makefile @@ -24,8 +24,10 @@ OPTIONS_DEFINE= DOCS .include <bsd.port.pre.mk> +.if ${OPSYS} == FreeBSD .if ${ARCH} == "i386" || ${ARCH} == "amd64" -BUILD_DEPENDS= yasm:devel/yasm +BUILD_DEPENDS+= yasm:devel/yasm +.endif .endif post-install: |