summaryrefslogtreecommitdiff
path: root/multimedia/mplayer-share/options.mk
diff options
context:
space:
mode:
authordsainty <dsainty>2015-04-05 08:27:08 +0000
committerdsainty <dsainty>2015-04-05 08:27:08 +0000
commit325669d3ab97046454a2cfad1c5c40de629f2e59 (patch)
tree964bb6b57c0408be7b8fbd892503edf960d8dcd9 /multimedia/mplayer-share/options.mk
parentb83edc1d08254910b1360a6e8b2407e3da578302 (diff)
downloadpkgsrc-325669d3ab97046454a2cfad1c5c40de629f2e59.tar.gz
Build against libdvdnav 5.0 API.
Re-enable the inhibited DVD related options. Bump PKGREVISION on the principle of least surprise.
Diffstat (limited to 'multimedia/mplayer-share/options.mk')
-rw-r--r--multimedia/mplayer-share/options.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/mplayer-share/options.mk b/multimedia/mplayer-share/options.mk
index cd91b811e1f..22eedfb1786 100644
--- a/multimedia/mplayer-share/options.mk
+++ b/multimedia/mplayer-share/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.51 2014/10/03 15:26:14 wiz Exp $
+# $NetBSD: options.mk,v 1.52 2015/04/05 08:27:08 dsainty Exp $
.if defined(PKGNAME) && empty(PKGNAME:Mmplayer-share*)
@@ -24,7 +24,7 @@ PKG_OPTIONS_VAR= PKG_OPTIONS.${PKGNAME:C/-[0-9].*//}
# Options supported by both mplayer* or mencoder*.
PKG_SUPPORTED_OPTIONS= gif jpeg mad dts dv png theora vorbis x264 debug
-#PKG_SUPPORTED_OPTIONS+= dvdread dvdnav
+PKG_SUPPORTED_OPTIONS+= dvdread dvdnav
.if ${OSS_TYPE} != "none"
PKG_SUPPORTED_OPTIONS+= oss
.endif