diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2007-08-30 23:28:22 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2007-08-30 23:28:22 +0000 |
commit | 1f9e61b95d40833aa74277dc66af5c2f03672907 (patch) | |
tree | 56b67e82601f93cd34ea3c35e50ef1ffcd7af3cc /macports | |
parent | dcb1dd1ee4311fa2ae26c8ae43418d5991740cf2 (diff) | |
download | pandoc-1f9e61b95d40833aa74277dc66af5c2f03672907.tar.gz |
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
Diffstat (limited to 'macports')
-rw-r--r-- | macports/Portfile.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/macports/Portfile.in b/macports/Portfile.in index 9b6428461..e320e77f2 100644 --- a/macports/Portfile.in +++ b/macports/Portfile.in @@ -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 |