summaryrefslogtreecommitdiff
path: root/audio/mad123
diff options
context:
space:
mode:
authorjperkin <jperkin>2016-02-25 10:15:45 +0000
committerjperkin <jperkin>2016-02-25 10:15:45 +0000
commit6b0cbd004f1537612854514f25d73fd3156653b8 (patch)
tree9a406b57ee13023d278e2aa193cb91cebda68f84 /audio/mad123
parent43afed8647a7aab5969c15d3904ffd669fb65738 (diff)
downloadpkgsrc-6b0cbd004f1537612854514f25d73fd3156653b8.tar.gz
Use OPSYSVARS.
Diffstat (limited to 'audio/mad123')
-rw-r--r--audio/mad123/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/audio/mad123/Makefile b/audio/mad123/Makefile
index 38cefa44baa..5ca7bf2d331 100644
--- a/audio/mad123/Makefile
+++ b/audio/mad123/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.39 2014/02/12 23:17:34 tron Exp $
+# $NetBSD: Makefile,v 1.40 2016/02/25 10:15:45 jperkin Exp $
#
DISTNAME= mad123-0.8.5
@@ -20,9 +20,7 @@ PKG_SUGGESTED_OPTIONS+= oss
.if ${OPSYS} != "DragonFly" && ${OPSYS} != "Linux" && ${OPSYS} != "SunOS"
PKG_SUGGESTED_OPTIONS+= sun
.endif
-.if ${OPSYS} == "Linux"
-PKG_SUGGESTED_OPTIONS+= arts
-.endif
+PKG_SUGGESTED_OPTIONS.Linux+= arts
.include "../../mk/bsd.options.mk"