Modified MacPorts Portfile:
+ depend on haddock + build and install libraries and library documentation in addition to the executable git-svn-id: https://pandoc.googlecode.com/svn/trunk@968 788f1e2b-df1e-0410-8736-df70ead52e1b
This commit is contained in:
parent
dcb1dd1ee4
commit
1f9e61b95d
1 changed files with 3 additions and 1 deletions
|
@ -17,8 +17,10 @@ homepage http://sophos.berkeley.edu/pandoc/
|
|||
platforms darwin
|
||||
master_sites http://pandoc.googlecode.com/files/
|
||||
checksums md5 @TARBALLMD5SUM@
|
||||
depends_build port:ghc
|
||||
depends_build port:ghc port:haddock
|
||||
depends_lib port:gmp
|
||||
|
||||
use_configure no
|
||||
build.args PREFIX=${prefix}
|
||||
build.target build-all
|
||||
destroot.target install-all
|
||||
|
|
Loading…
Add table
Reference in a new issue