diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2007-08-27 22:24:25 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2007-08-27 22:24:25 +0000 |
commit | 76f918ad9feab4bc94339e50f8a9666f7709cb07 (patch) | |
tree | c97706b97e5f7cfb09d5c63164bc3bdfebb55748 | |
parent | 6bf82d8f2975af72e2617246487977da1b827015 (diff) | |
download | pandoc-76f918ad9feab4bc94339e50f8a9666f7709cb07.tar.gz |
Updated Portfile.in to match the version in the MacPorts repository
(r28278 in MacPorts).
git-svn-id: https://pandoc.googlecode.com/svn/trunk@920 788f1e2b-df1e-0410-8736-df70ead52e1b
-rw-r--r-- | macports/Portfile.in | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/macports/Portfile.in b/macports/Portfile.in index 23a07f536..f161297f1 100644 --- a/macports/Portfile.in +++ b/macports/Portfile.in @@ -1,6 +1,7 @@ -# ID$ +# $Id$ PortSystem 1.0 + name pandoc version @VERSION@ categories textproc @@ -15,9 +16,9 @@ long_description \ homepage http://sophos.berkeley.edu/pandoc/ platforms darwin master_sites http://pandoc.googlecode.com/files/ -checksums md5 @TARBALLMD5SUM@ -depends_lib port:ghc - -configure {} -build.cmd PREFIX=${prefix} make +checksums md5 e8c452fee346a57e82b24fbb2c801410 +depends_build port:ghc +depends_lib port:gmp +use_configure no +build.args PREFIX=${prefix} |