From 76f918ad9feab4bc94339e50f8a9666f7709cb07 Mon Sep 17 00:00:00 2001 From: fiddlosopher Date: Mon, 27 Aug 2007 22:24:25 +0000 Subject: 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 --- macports/Portfile.in | 13 +++++++------ 1 file 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} -- cgit v1.2.3