diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2007-07-02 03:49:08 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2007-07-02 03:49:08 +0000 |
commit | cc67d17dda9faae9102e54104292c8f88921e1c1 (patch) | |
tree | b28f86ae74c67c75c0c0b33521ed0998299cb298 /freebsd | |
parent | 681ce029833c98fc4bc44383fae292badbcc2430 (diff) |
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/Makefile | 4 |
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 |