aboutsummaryrefslogtreecommitdiff
path: root/freebsd
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-07-02 03:49:08 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-07-02 03:49:08 +0000
commitcc67d17dda9faae9102e54104292c8f88921e1c1 (patch)
treeb28f86ae74c67c75c0c0b33521ed0998299cb298 /freebsd
parent681ce029833c98fc4bc44383fae292badbcc2430 (diff)
downloadpandoc-cc67d17dda9faae9102e54104292c8f88921e1c1.tar.gz
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
Diffstat (limited to 'freebsd')
-rw-r--r--freebsd/Makefile4
1 files 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