diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2010-05-21 22:31:11 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2010-05-21 22:31:11 +0000 |
commit | 7435bc8346106625215c45e9b694f1d7bf7537c0 (patch) | |
tree | efd0579f8dc253aed945e3a90df3d30dc6e14ac8 /devel/hs-darcs/Makefile | |
parent | 16afe2f83ead684aee20dee7111a0da89799e45a (diff) |
Notes
Diffstat (limited to 'devel/hs-darcs/Makefile')
-rw-r--r-- | devel/hs-darcs/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/hs-darcs/Makefile b/devel/hs-darcs/Makefile index 1b2aa736a03a..4e9cce17d02d 100644 --- a/devel/hs-darcs/Makefile +++ b/devel/hs-darcs/Makefile @@ -42,6 +42,7 @@ CONFIGURE_ARGS+= --flags="-curl" .if defined(WITH_CURL_PIPELINING) CONFIGURE_ARGS+= --flags="curl-pipelining" +BUILD_DEPENDS+= pkg-config>=0.9.0:${PORTSDIR}/devel/pkg-config .if !defined(WITH_CURL) IGNORE= cannot be compiled without CURL in this configuration. Please (re)run 'make config' and choose CURL too .endif @@ -103,6 +104,7 @@ CONFIGURE_ARGS+= --flags="-mmap" .if defined(WITH_TEST) CONFIGURE_ARGS+= --flags="test" +USE_HACKAGE+= QuickCheck>=2.1.0.0 test-framework>=0.2.2 test-framework-hunit>=0.2.2 test-framework-quickcheck2>=0.2.2 EXECUTABLE+= unit PLIST_SUB+= MAYBE_TEST="" .else |