diff options
author | pav <pav@FreeBSD.org> | 2011-06-06 03:15:19 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2011-06-06 03:15:19 +0800 |
commit | 5fb630c0828b51cfdb863b82d5d4090c58751a2e (patch) | |
tree | cd86242ce50d9b61efcb5cf16dd3f0b99c4654a5 /math | |
parent | 9f3ec28d2d39471ad12b17c53e52685915649399 (diff) | |
download | freebsd-ports-gnome-5fb630c0828b51cfdb863b82d5d4090c58751a2e.tar.gz freebsd-ports-gnome-5fb630c0828b51cfdb863b82d5d4090c58751a2e.tar.zst freebsd-ports-gnome-5fb630c0828b51cfdb863b82d5d4090c58751a2e.zip |
- Mark BROKEN: bad dependency object
Reported by: pointyhat
Diffstat (limited to 'math')
-rw-r--r-- | math/hs-Agda-executable/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/hs-Agda-executable/Makefile b/math/hs-Agda-executable/Makefile index ae95325403e7..cc3531fcc9ae 100644 --- a/math/hs-Agda-executable/Makefile +++ b/math/hs-Agda-executable/Makefile @@ -12,6 +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 |