diff options
author | martin <martin> | 2010-05-12 13:16:15 +0000 |
---|---|---|
committer | martin <martin> | 2010-05-12 13:16:15 +0000 |
commit | c88f68cb7cb2e3e03d23b49cdaae34431fe2d471 (patch) | |
tree | fc597008717c9240b6f60a2a9d46076b5b8fda7b /audio/mpg123 | |
parent | b47447ba0e24570f846afa4fdcf70d6feb86d494 (diff) | |
download | pkgsrc-c88f68cb7cb2e3e03d23b49cdaae34431fe2d471.tar.gz |
Switch to oss default module on FreeBSD and DragonFly, per PR pkg/43279.
Diffstat (limited to 'audio/mpg123')
-rw-r--r-- | audio/mpg123/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/mpg123/Makefile b/audio/mpg123/Makefile index b6dc9cf0b20..e871b6e1f79 100644 --- a/audio/mpg123/Makefile +++ b/audio/mpg123/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.48 2010/03/30 10:29:22 martin Exp $ +# $NetBSD: Makefile,v 1.49 2010/05/12 13:16:15 martin Exp $ PKGNAME= ${DISTNAME:C/[^[:alnum:]]*//} COMMENT= MPEG layer 1, 2, and 3 audio player @@ -21,8 +21,7 @@ PLIST_VARS+= oss PLIST_VARS+= sun PLIST_VARS+= coreaudio -.if ${OPSYS} == "NetBSD" || ${OPSYS} == "FreeBSD" || ${OPSYS} == "OpenBSD" \ - || ${OPSYS} == "SunOS" || ${OPSYS} == "DragonFly" +.if ${OPSYS} == "NetBSD" || ${OPSYS} == "OpenBSD" || ${OPSYS} == "SunOS" MPG123_DEFAULT_MODULE= sun PLIST.sun = yes .elif ${OPSYS} == "Darwin" |