From cc67d17dda9faae9102e54104292c8f88921e1c1 Mon Sep 17 00:00:00 2001
From: fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>
Date: Mon, 2 Jul 2007 03:49:08 +0000
Subject: [PATCH] FreeBSD Makefile - bump version to 0.4, and require GHC 6.6
 or higher.

git-svn-id: https://pandoc.googlecode.com/svn/trunk@616 788f1e2b-df1e-0410-8736-df70ead52e1b
---
 freebsd/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/freebsd/Makefile b/freebsd/Makefile
index d2886bc87..67b9c40c6 100644
--- a/freebsd/Makefile
+++ b/freebsd/Makefile
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	pandoc
-PORTVERSION=	0.3
+PORTVERSION=	0.4
 CATEGORIES=	textproc haskell
 MASTER_SITES=	http://pandoc.googlecode.com/files/
 DISTNAME=	pandoc-${PORTVERSION}
@@ -14,7 +14,7 @@ DISTNAME=	pandoc-${PORTVERSION}
 MAINTAINER=	jgm@berkeley.edu
 COMMENT=	A general markup converter
 
-BUILD_DEPENDS=	ghc>=6.4:${PORTSDIR}/lang/ghc
+BUILD_DEPENDS=	ghc>=6.6:${PORTSDIR}/lang/ghc
 
 MANCOMPRESSED=	no
 MAN1=		pandoc.1 markdown2pdf.1 html2markdown.1 hsmarkdown.1