diff options
Diffstat (limited to 'devel/hs-alex')
-rw-r--r-- | devel/hs-alex/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/hs-alex/Makefile b/devel/hs-alex/Makefile index 62423d21a12d..0e3c905ab944 100644 --- a/devel/hs-alex/Makefile +++ b/devel/hs-alex/Makefile @@ -6,13 +6,14 @@ PORTNAME= alex PORTVERSION= 2.3.3 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org COMMENT= Alex is a tool for generating lexical analysers in Haskell XMLDOCS= doc/alex:html -USE_AUTOTOOLS= autoconf:262:env +USE_AUTOTOOLS= autoconf:267:env STANDALONE= yes EXECUTABLE= alex |