summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2017-09-27 13:47:01 +0000
committerwiz <wiz@pkgsrc.org>2017-09-27 13:47:01 +0000
commit07080dd2a456c9cefcb261b9d2c8b11ab51d96c4 (patch)
tree2a3f0c2fd8fc85309153aa8df7bff820dbb3962b /audio
parent6bb6acfa540ba8c873451901c4fb04502120ae2f (diff)
downloadpkgsrc-07080dd2a456c9cefcb261b9d2c8b11ab51d96c4.tar.gz
mad123: remove default-off arts option
arts was removed from pkgsrc
Diffstat (limited to 'audio')
-rw-r--r--audio/mad123/Makefile11
1 files changed, 2 insertions, 9 deletions
diff --git a/audio/mad123/Makefile b/audio/mad123/Makefile
index 9cb57306e69..3bf4f398017 100644
--- a/audio/mad123/Makefile
+++ b/audio/mad123/Makefile
@@ -1,5 +1,4 @@
-# $NetBSD: Makefile,v 1.46 2017/08/24 20:03:05 adam Exp $
-#
+# $NetBSD: Makefile,v 1.47 2017/09/27 13:47:01 wiz Exp $
DISTNAME= mad123-0.8.5
PKGREVISION= 20
@@ -16,20 +15,14 @@ USE_TOOLS+= nroff
.include "../../mk/bsd.prefs.mk"
PKG_OPTIONS_VAR= PKG_OPTIONS.mad123
-PKG_SUPPORTED_OPTIONS= arts oss sun
+PKG_SUPPORTED_OPTIONS= oss sun
PKG_SUGGESTED_OPTIONS+= oss
.if ${OPSYS} != "DragonFly" && ${OPSYS} != "Linux" && ${OPSYS} != "SunOS"
PKG_SUGGESTED_OPTIONS+= sun
.endif
-PKG_SUGGESTED_OPTIONS.Linux+= arts
.include "../../mk/bsd.options.mk"
-.if !empty(PKG_OPTIONS:Marts)
-MAKE_FLAGS+= USE_ARTS=yes
-.include "../../audio/arts/buildlink3.mk"
-.endif
-
.if !empty(PKG_OPTIONS:Moss)
MAKE_FLAGS+= USE_OSS=yes
. include "../../mk/oss.buildlink3.mk"