diff options
author | ryoon <ryoon@pkgsrc.org> | 2013-07-23 13:01:05 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2013-07-23 13:01:05 +0000 |
commit | d761045d0824cc7988be4249ccbfd2c78a5e7956 (patch) | |
tree | 4820cf8f009144233f504279c2152abfbf9a27d0 /mk/platform | |
parent | 0f93bd1f05019afd1f7e526d6fd74551145e4be9 (diff) | |
download | pkgsrc-d761045d0824cc7988be4249ccbfd2c78a5e7956.tar.gz |
Fix typo.
libossaudio is unavailable.
Diffstat (limited to 'mk/platform')
-rw-r--r-- | mk/platform/Linux.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/platform/Linux.mk b/mk/platform/Linux.mk index 43dd488f2db..c87392caa4a 100644 --- a/mk/platform/Linux.mk +++ b/mk/platform/Linux.mk @@ -1,4 +1,4 @@ -# $NetBSD: Linux.mk,v 1.55 2013/05/17 03:40:02 dsainty Exp $ +# $NetBSD: Linux.mk,v 1.56 2013/07/23 13:01:05 ryoon Exp $ # # Variable definitions for the Linux operating system. @@ -75,7 +75,7 @@ _OPSYS_HAS_INET6= no # IPv6 is not standard .endif _OPSYS_HAS_JAVA= no # Java is not standard _OPSYS_HAS_MANZ= no # no MANZ for gzipping of man pages -_OPSYS_HAS_OSSAUDIO= no # libossaudio is available +_OPSYS_HAS_OSSAUDIO= no # libossaudio is unavailable _OPSYS_PERL_REQD= # no base version of perl required _OPSYS_PTHREAD_AUTO= no # -lpthread needed for pthreads _OPSYS_SHLIB_TYPE= ELF # shared lib type |