aboutsummaryrefslogtreecommitdiff
path: root/devel/hs-testpack/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/hs-testpack/Makefile')
-rw-r--r--devel/hs-testpack/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/hs-testpack/Makefile b/devel/hs-testpack/Makefile
index 6324249b4de5..8457e7319b3c 100644
--- a/devel/hs-testpack/Makefile
+++ b/devel/hs-testpack/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= testpack
-PORTVERSION= 2.1.2
-PORTREVISION= 3
+PORTVERSION= 2.1.2.1
CATEGORIES= devel haskell
MAINTAINER= haskell@FreeBSD.org
@@ -14,7 +13,7 @@ FILE_LICENSE= COPYRIGHT
CABAL_SETUP= Setup.hs
-USE_CABAL= HUnit mtl QuickCheck>=2.1.0.3
+USE_CABAL= HUnit mtl QuickCheck>=2.1.0.3 random
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>