summaryrefslogtreecommitdiff
path: root/audio/mpg123
diff options
context:
space:
mode:
authormartin <martin>2010-05-12 13:16:15 +0000
committermartin <martin>2010-05-12 13:16:15 +0000
commitc88f68cb7cb2e3e03d23b49cdaae34431fe2d471 (patch)
treefc597008717c9240b6f60a2a9d46076b5b8fda7b /audio/mpg123
parentb47447ba0e24570f846afa4fdcf70d6feb86d494 (diff)
downloadpkgsrc-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/Makefile5
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"