aboutsummaryrefslogtreecommitdiff
path: root/archivers/hs-zip-archive
diff options
context:
space:
mode:
authorGabor Pali <pgj@FreeBSD.org>2008-12-21 15:58:33 +0000
committerGabor Pali <pgj@FreeBSD.org>2008-12-21 15:58:33 +0000
commite0da5b202b879201c127dae9bd9a6b976627de43 (patch)
tree1635cd3fe70bc557607958618ecf80b87be6ebdb /archivers/hs-zip-archive
parent530aaa4a90d0be86c34efa515f2df2359160068f (diff)
downloadports-e0da5b202b879201c127dae9bd9a6b976627de43.tar.gz
ports-e0da5b202b879201c127dae9bd9a6b976627de43.zip
Notes
Diffstat (limited to 'archivers/hs-zip-archive')
-rw-r--r--archivers/hs-zip-archive/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/archivers/hs-zip-archive/Makefile b/archivers/hs-zip-archive/Makefile
index 73fcc2f79664..d4ed0964450a 100644
--- a/archivers/hs-zip-archive/Makefile
+++ b/archivers/hs-zip-archive/Makefile
@@ -19,7 +19,10 @@ BUILD_DEPENDS= ghc>=6.8:${PORTSDIR}/lang/ghc \
hs-zlib>=0.5:${PORTSDIR}/archivers/hs-zlib \
hs-binary-ghc>=0.4:${PORTSDIR}/devel/hs-binary-ghc \
hs-utf8-string-ghc>=0.3:${PORTSDIR}/devel/hs-utf8-string-ghc
-RUN_DEPENDS= ${BUILD_DEPENDS}
+RUN_DEPENDS= ghc>=6.8:${PORTSDIR}/lang/ghc \
+ hs-zlib>=0.5:${PORTSDIR}/archivers/hs-zlib \
+ hs-binary-ghc>=0.4:${PORTSDIR}/devel/hs-binary-ghc \
+ hs-utf8-string-ghc>=0.3:${PORTSDIR}/devel/hs-utf8-string-ghc
GHC_VERSION= 6.8.3
CABALCMD= ${LOCALBASE}/bin/runghc Setup.lhs