summaryrefslogtreecommitdiff
path: root/audio/mad123
diff options
context:
space:
mode:
authorjlam <jlam>2006-03-09 21:04:39 +0000
committerjlam <jlam>2006-03-09 21:04:39 +0000
commite595769084cf1bfea03ab262ef0c70071f1a5fc0 (patch)
treef87e95c02a219bc3786c1a519db6403762b9404b /audio/mad123
parent4d07d4b8e3832ce7a9b84af41a2beb425e19a135 (diff)
downloadpkgsrc-e595769084cf1bfea03ab262ef0c70071f1a5fc0.tar.gz
Replace references to ossaudio.buildlink3.mk with oss.buildlink3.mk.
Remove deprecated ossaudio.buildlink3.mk.
Diffstat (limited to 'audio/mad123')
-rw-r--r--audio/mad123/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/mad123/Makefile b/audio/mad123/Makefile
index c348b9e2ce8..a19cded232a 100644
--- a/audio/mad123/Makefile
+++ b/audio/mad123/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2006/03/04 21:28:57 jlam Exp $
+# $NetBSD: Makefile,v 1.20 2006/03/09 21:04:40 jlam Exp $
#
DISTNAME= mad123-0.8.5
@@ -28,7 +28,7 @@ MAKE_FLAGS+= USE_ARTS=yes
.if !empty(PKG_OPTIONS:Moss)
MAKE_FLAGS+= USE_OSS=yes
-. include "../../mk/ossaudio.buildlink3.mk"
+. include "../../mk/oss.buildlink3.mk"
.endif
.if !empty(PKG_OPTIONS:Msun)