diff options
author | ryoon <ryoon@pkgsrc.org> | 2013-09-21 10:09:39 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2013-09-21 10:09:39 +0000 |
commit | 0b47e06921f5dec19edda91737d7194cfd67b8fa (patch) | |
tree | 14cb75b16907efe9dd711a3b011e6997542da798 /www | |
parent | 62c8dc8a41a0e4cd5dd44970bf09f0dd11f2a43d (diff) | |
download | pkgsrc-0b47e06921f5dec19edda91737d7194cfd67b8fa.tar.gz |
Try to reintrodece PLIST conditionals related to vorbis.
Diffstat (limited to 'www')
-rw-r--r-- | www/firefox/PLIST | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/firefox/PLIST b/www/firefox/PLIST index 53b643af6c9..da3e83004f9 100644 --- a/www/firefox/PLIST +++ b/www/firefox/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.72 2013/09/21 08:10:56 martin Exp $ +@comment $NetBSD: PLIST,v 1.73 2013/09/21 10:09:39 ryoon Exp $ bin/firefox include/firefox/AbstractMediaDecoder.h include/firefox/AccEvent.h @@ -3313,7 +3313,7 @@ include/firefox/theora/codec.h include/firefox/theora/theora.h include/firefox/theora/theoradec.h include/firefox/theora/theoraenc.h -include/firefox/tremor/ivorbiscodec.h +${PLIST.tremor}include/firefox/tremor/ivorbiscodec.h include/firefox/txIEXSLTRegExFunctions.h include/firefox/txIFunctionEvaluationContext.h include/firefox/txINodeSet.h @@ -3321,6 +3321,7 @@ include/firefox/txIXPathObject.h include/firefox/uconvutil.h include/firefox/updatedefines.h include/firefox/updatelogging.h +${PLIST.vorbis}include/firefox/vorbis/codec.h include/firefox/webvtt/cue.h include/firefox/webvtt/error.h include/firefox/webvtt/node.h |