summaryrefslogtreecommitdiff
path: root/graphics/mplayer-share/Makefile.depends
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2002-11-01 10:19:16 +0000
committerjlam <jlam@pkgsrc.org>2002-11-01 10:19:16 +0000
commit3a7837bcdaa397b7a66436967aed230724b6321f (patch)
tree9ac71c2a1b85d7568ea4a67695d3fbb08b35251f /graphics/mplayer-share/Makefile.depends
parent2175fc23b88cf29c5d352b642fa5f037404a0588 (diff)
downloadpkgsrc-3a7837bcdaa397b7a66436967aed230724b6321f.tar.gz
Make this work with audio/oss, conditioned on whether USE_OSS is defined.
Diffstat (limited to 'graphics/mplayer-share/Makefile.depends')
-rw-r--r--graphics/mplayer-share/Makefile.depends6
1 files changed, 4 insertions, 2 deletions
diff --git a/graphics/mplayer-share/Makefile.depends b/graphics/mplayer-share/Makefile.depends
index 34b64df7dd0..3036bceecb7 100644
--- a/graphics/mplayer-share/Makefile.depends
+++ b/graphics/mplayer-share/Makefile.depends
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.depends,v 1.6 2002/09/29 06:37:07 jlam Exp $
+# $NetBSD: Makefile.depends,v 1.7 2002/11/01 10:19:17 jlam Exp $
DEPENDS+= mplayer-share-${MPLAYER_PKG_VERSION}${PKGREVISION:Dnb${PKGREVISION}}:../../graphics/mplayer-share
@@ -24,5 +24,7 @@ USE_X11= # defined
.include "../../lang/gcc/buildlink2.mk"
.include "../../misc/libdvdread/buildlink2.mk"
-.include "../../mk/ossaudio.buildlink2.mk"
+.if defined(USE_OSS)
+. include "../../mk/ossaudio.buildlink2.mk"
+.endif
.include "../../mk/pthread.buildlink2.mk"