aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--macports/Portfile.in13
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}