From 1f9e61b95d40833aa74277dc66af5c2f03672907 Mon Sep 17 00:00:00 2001 From: fiddlosopher Date: Thu, 30 Aug 2007 23:28:22 +0000 Subject: 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 --- macports/Portfile.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'macports/Portfile.in') 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 -- cgit v1.2.3