pdfjam: move require to top

Fixes Homebrew/homebrew#15372.
This commit is contained in:
Misty De Meo 2012-10-09 10:53:55 -05:00
parent 29bcee6cf9
commit 108563817a

View file

@ -1,3 +1,5 @@
require 'formula'
class PdfLatexRequirement < Requirement
def message; <<-EOS.undent
pdfjam requires pdflatex to run. You can install this using MacTex:
@ -14,8 +16,6 @@ class PdfLatexRequirement < Requirement
end
end
require 'formula'
class Pdfjam < Formula
url 'http://www2.warwick.ac.uk/fac/sci/statistics/staff/academic-research/firth/software/pdfjam/pdfjam_208.tgz'
homepage 'http://www2.warwick.ac.uk/fac/sci/statistics/staff/academic-research/firth/software/pdfjam'