diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2010-05-22 22:41:50 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2010-05-22 22:41:50 +0000 |
commit | f1905422ee6b86d1afc28896fc9c0e4de3baf608 (patch) | |
tree | 6189ae4ab63cdc0704c29f18be3e2b350c8349a3 /devel/hs-hashed-storage | |
parent | 7d1d3e059567d7924496edc21ddfbaf7d920f989 (diff) |
Notes
Diffstat (limited to 'devel/hs-hashed-storage')
-rw-r--r-- | devel/hs-hashed-storage/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/hs-hashed-storage/Makefile b/devel/hs-hashed-storage/Makefile index deff1a5b20b6..ef4a5f0a092f 100644 --- a/devel/hs-hashed-storage/Makefile +++ b/devel/hs-hashed-storage/Makefile @@ -18,10 +18,12 @@ USE_HACKAGE= binary dataenc mmap>=0.5 zlib OPTIONS= TEST "Build tests" off +.include "${.CURDIR}/../../lang/ghc/bsd.cabal.options.mk" .include <bsd.port.options.mk> .if defined(WITH_TEST) CONFIGURE_ARGS+= --flags="test" +USE_HACKAGE+= test-framework test-framework-hunit test-framework-quickcheck2 QuickCheck>=2.0.0.0 zip-archive EXECUTABLE+= hashed-storage-test PLIST_SUB+= MAYBE_TEST="" .else |