mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
Add ghc as run depend, since c2hs installs files in ghc's cabal dir, and make portlint happier.
This commit is contained in:
parent
5189ae3952
commit
c8c85432c7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=217194
@ -18,6 +18,7 @@ COMMENT= C->Haskell, an Interface Generator for Haskell
|
||||
BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc \
|
||||
happy:${PORTSDIR}/devel/hs-happy \
|
||||
alex:${PORTSDIR}/devel/hs-alex
|
||||
RUN_DEPENDS= ghc:${PORTSDIR}/lang/ghc
|
||||
LIB_DEPENDS= gmp.7:${PORTSDIR}/math/libgmp4
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
@ -25,8 +26,8 @@ LIB_DEPENDS= gmp.7:${PORTSDIR}/math/libgmp4
|
||||
GHC_VERSION= 6.8.3
|
||||
|
||||
# 'owned' by lang/ghc:
|
||||
CABALDIR= ${PREFIX}/${SUBDIR}
|
||||
CABALCMD= ${LOCALBASE}/bin/runghc Setup.hs
|
||||
CABALDIR= ${PREFIX}/${SUBDIR}
|
||||
CABALCMD= ${LOCALBASE}/bin/runghc Setup.hs
|
||||
SUBDIR= lib/ghc-${GHC_VERSION}/cabal
|
||||
|
||||
PLIST_FILES= bin/c2hs ${SUBDIR}/${PORTNAME}/C2HS.hs \
|
||||
|
Loading…
Reference in New Issue
Block a user