diff options
author | ryoon <ryoon> | 2013-07-23 13:01:05 +0000 |
---|---|---|
committer | ryoon <ryoon> | 2013-07-23 13:01:05 +0000 |
commit | d61d041f3ce541e7975cc6d52e73c3e2ade53f21 (patch) | |
tree | 4820cf8f009144233f504279c2152abfbf9a27d0 /mk | |
parent | ec9f194d35f72746e4c3f2107b9f7c81d578b95f (diff) | |
download | pkgsrc-d61d041f3ce541e7975cc6d52e73c3e2ade53f21.tar.gz |
Fix typo.
libossaudio is unavailable.
Diffstat (limited to 'mk')
-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 |