diff options
author | marino <marino@pkgsrc.org> | 2011-12-17 16:20:01 +0000 |
---|---|---|
committer | marino <marino@pkgsrc.org> | 2011-12-17 16:20:01 +0000 |
commit | 9baae7e76dd94bb4f73d2970677a76b31d86d688 (patch) | |
tree | 1a567e2db5386ead6e05bac5086bbcbf06be1247 /mk/platform | |
parent | 94cc5eb28d8569483ea240e999fd259322ba9fbc (diff) | |
download | pkgsrc-9baae7e76dd94bb4f73d2970677a76b31d86d688.tar.gz |
mk/platform/DragonFly.mk: Correct setting for _OPSYS_HAS_OSSAUDIO
DragonFly never had libossaudio.
Diffstat (limited to 'mk/platform')
-rw-r--r-- | mk/platform/DragonFly.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/platform/DragonFly.mk b/mk/platform/DragonFly.mk index 7162ec917b6..3d57f4c0516 100644 --- a/mk/platform/DragonFly.mk +++ b/mk/platform/DragonFly.mk @@ -1,4 +1,4 @@ -# $NetBSD: DragonFly.mk,v 1.40 2011/09/10 16:30:02 abs Exp $ +# $NetBSD: DragonFly.mk,v 1.41 2011/12/17 16:20:01 marino Exp $ # # Variable definitions for the DragonFly operating system. @@ -52,7 +52,7 @@ _OPSYS_HAS_INET6= no # IPv6 is not standard .endif _OPSYS_HAS_JAVA= no # Java is not standard _OPSYS_HAS_MANZ= yes # MANZ controls gzipping of man pages -_OPSYS_HAS_OSSAUDIO= yes # libossaudio is available +_OPSYS_HAS_OSSAUDIO= no # libossaudio is available _OPSYS_PERL_REQD= # no base version of perl required _OPSYS_PTHREAD_AUTO= no # -lpthread needed for pthreads _OPSYS_SHLIB_TYPE= ELF # shared lib type |