Skip to content

Commit

Permalink
added a dependence on File::Which, its in CPAN and most repositories,…
Browse files Browse the repository at this point in the history
… so should be safe
  • Loading branch information
brucemiller committed Dec 11, 2012
1 parent 77d5ecd commit bf14843
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions release/LaTeXML.spec
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,12 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(Parse::RecDescent)
BuildRequires: perl(File::Which)
BuildRequires: perl(Test::Simple)
BuildRequires: perl(XML::LibXML) >= 1.61
BuildRequires: perl(XML::LibXSLT) >= 1.58
Requires: perl(Parse::RecDescent)
Requires: perl(File::Which)
Requires: perl(Test::Simple)
Requires: perl(XML::LibXML) >= 1.61
Requires: perl(XML::LibXSLT) >= 1.58
Expand Down
1 change: 1 addition & 0 deletions release/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ checksums md5 61fc79ed5391728c8b00465ab48c6697 \
#============================================================
# Dependencies
depends_lib port:p5-parse-recdescent \
port:p5-file-which \
port:p5-xml-libxml \
port:p5-xml-libxslt \
port:p5-perlmagick \
Expand Down

0 comments on commit bf14843

Please sign in to comment.