pkgsrc/multimedia/kdemultimedia3/options.mk
markd 77cb064634 Update to KDE 3.5.7
JuK
* Tell Google not to send JavaScript when we request images to reduce
  errors in the cover art search, and make sure that images we request
  have the appropriate http:// protocol.
2007-05-23 13:16:11 +00:00

15 lines
412 B
Makefile

# $NetBSD: options.mk,v 1.2 2007/05/23 13:16:11 markd Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.kdemultimedia
PKG_SUPPORTED_OPTIONS= gstreamer oss
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Mgstreamer)
.include "../../multimedia/gstreamer0.10/buildlink3.mk"
.include "../../multimedia/gst-plugins0.10-base/buildlink3.mk"
.endif
.if !empty(PKG_OPTIONS:Moss)
CONFIGURE_ARGS+= --enable-audio=oss
.endif