From d3a47e6c50c6c6ef15b93d64988bde8cb7e38d3f Mon Sep 17 00:00:00 2001
From: kili <kili@openbsd.org>
Date: Wed, 10 Nov 2010 13:00:19 +0000
Subject: [PATCH] Fix dependencies. Noticed by landrty@

---
 devel/hs-mmap/Makefile | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/devel/hs-mmap/Makefile b/devel/hs-mmap/Makefile
index f0a88042983..621c092149f 100644
--- a/devel/hs-mmap/Makefile
+++ b/devel/hs-mmap/Makefile
@@ -1,9 +1,9 @@
-# $OpenBSD: Makefile,v 1.9 2010/11/03 22:13:38 kili Exp $
+# $OpenBSD: Makefile,v 1.10 2010/11/10 13:00:19 kili Exp $
 
 COMMENT =		mmap API for Haskell
 
 DISTNAME =		mmap-0.5.6
-REVISION =		0
+REVISION =		1
 CATEGORIES =		devel
 
 MAINTAINER =		Matthias Kilian <kili@openbsd.org>
@@ -18,6 +18,7 @@ MODULES =		lang/ghc
 
 MODGHC_BUILD =		cabal hackage haddock register
 
-BUILD_DEPENDS =		::devel/hs-HUnit
+RUN_DEPENDS =		::devel/hs-HUnit
+BUILD_DEPENDS =		${RUN_DEPENDS}
 
 .include <bsd.port.mk>