aboutsummaryrefslogtreecommitdiff
path: root/devel/hs-hashed-storage
diff options
context:
space:
mode:
authorGabor Pali <pgj@FreeBSD.org>2012-06-03 20:52:29 +0000
committerGabor Pali <pgj@FreeBSD.org>2012-06-03 20:52:29 +0000
commit46e9ab0ca5e504d3509678b4d43a41d938650e75 (patch)
treea34afe36b374e7894e236fb8cee020928d36c967 /devel/hs-hashed-storage
parentbe44ec14c77de91f8ac86e25372545e0e39e9bcb (diff)
downloadports-46e9ab0ca5e504d3509678b4d43a41d938650e75.tar.gz
ports-46e9ab0ca5e504d3509678b4d43a41d938650e75.zip
Notes
Diffstat (limited to 'devel/hs-hashed-storage')
-rw-r--r--devel/hs-hashed-storage/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/hs-hashed-storage/Makefile b/devel/hs-hashed-storage/Makefile
index 969ca96de02a..fd66cee2a46f 100644
--- a/devel/hs-hashed-storage/Makefile
+++ b/devel/hs-hashed-storage/Makefile
@@ -7,6 +7,7 @@
PORTNAME= hashed-storage
PORTVERSION= 0.5.9
+PORTREVISION= 1
CATEGORIES= devel haskell
MAINTAINER= haskell@FreeBSD.org
@@ -15,7 +16,7 @@ COMMENT= Hashed file storage support code
LICENSE= BSD
CABAL_SETUP= Setup.hs
-USE_CABAL= binary dataenc mmap>=0.5 mtl zlib
+USE_CABAL= dataenc mmap>=0.5 mtl zlib
OPTIONS= TEST "Build tests" off