diff options
author | pgj <pgj@FreeBSD.org> | 2011-06-15 03:57:04 +0800 |
---|---|---|
committer | pgj <pgj@FreeBSD.org> | 2011-06-15 03:57:04 +0800 |
commit | d41be82011d6e855576132a3110627262c9d9759 (patch) | |
tree | 07d1b1e9a2a9c16a24f91065abb1f97eb1b77aa7 /math/hs-Agda-executable | |
parent | c181faec7f18c2aa4c0cfa9ed4579a5c921c4223 (diff) | |
download | freebsd-ports-gnome-d41be82011d6e855576132a3110627262c9d9759.tar.gz freebsd-ports-gnome-d41be82011d6e855576132a3110627262c9d9759.tar.zst freebsd-ports-gnome-d41be82011d6e855576132a3110627262c9d9759.zip |
- Un-break build
Diffstat (limited to 'math/hs-Agda-executable')
-rw-r--r-- | math/hs-Agda-executable/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/math/hs-Agda-executable/Makefile b/math/hs-Agda-executable/Makefile index cc3531fcc9ae..3e4097e18802 100644 --- a/math/hs-Agda-executable/Makefile +++ b/math/hs-Agda-executable/Makefile @@ -12,10 +12,8 @@ CATEGORIES= math haskell MAINTAINER= haskell@FreeBSD.org COMMENT= Command-line program for type-checking and compiling Agda programs -BROKEN= bad dependency object - CABAL_SETUP= Setup.hs -USE_CABAL= Agda==2.2.10 +USE_CABAL= Agda>=2.2.10 Agda<2.2.11 USE_ICONV= yes |