summaryrefslogtreecommitdiff
path: root/audio/mad
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2002-10-03 20:43:04 +0000
committerjlam <jlam@pkgsrc.org>2002-10-03 20:43:04 +0000
commitd22a289f65298231e344d7e99e8086482c18c515 (patch)
tree4dc2dcb666eb46c3087f265fe7e5c82a3ef21cbf /audio/mad
parent7b96c8d97cb09f08aff019f5120e961bb955df69 (diff)
downloadpkgsrc-d22a289f65298231e344d7e99e8086482c18c515.tar.gz
Make this package work with audio/oss.
Diffstat (limited to 'audio/mad')
-rw-r--r--audio/mad/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/audio/mad/Makefile b/audio/mad/Makefile
index 195f93ba8d5..e0bfc7f811a 100644
--- a/audio/mad/Makefile
+++ b/audio/mad/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2002/08/26 06:45:38 jlam Exp $
+# $NetBSD: Makefile,v 1.7 2002/10/03 20:43:04 jlam Exp $
#
DISTNAME= mad-0.14.2b
@@ -19,8 +19,14 @@ GNU_CONFIGURE= YES
USE_LIBTOOL= YES
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
+.include "../../mk/bsd.prefs.mk"
+
.include "../../audio/esound/buildlink2.mk"
.include "../../devel/gettext-lib/buildlink2.mk"
.include "../../devel/zlib/buildlink2.mk"
+.if defined(USE_OSS)
+. include "../../mk/ossaudio.buildlink2.mk"
+.endif
+
.include "../../mk/bsd.pkg.mk"