1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

Use lang/ghc5

This commit is contained in:
Oliver Braun 2004-01-16 12:10:23 +00:00
parent efb6d0a513
commit c59864499d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=98286
2 changed files with 4 additions and 4 deletions

View File

@ -14,8 +14,8 @@ PKGNAMEPREFIX= hs-
MAINTAINER= obraun@FreeBSD.org
COMMENT= C->Haskell, an Interface Generator for Haskell
BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc
RUN_DEPENDS= ghc:${PORTSDIR}/lang/ghc
BUILD_DEPENDS= ghc-5.04.3:${PORTSDIR}/lang/ghc5
RUN_DEPENDS= ghc-5.04.3:${PORTSDIR}/lang/ghc5
HAS_CONFIGURE= yes
USE_GMAKE= yes

View File

@ -14,8 +14,8 @@ PKGNAMEPREFIX= hs-
MAINTAINER= obraun@FreeBSD.org
COMMENT= A popen-like library for Haskell
BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc
RUN_DEPENDS= ghc:${PORTSDIR}/lang/ghc
BUILD_DEPENDS= ghc-5.04.3:${PORTSDIR}/lang/ghc5
RUN_DEPENDS= ghc-5.04.3:${PORTSDIR}/lang/ghc5
USE_GMAKE= yes
HAS_CONFIGURE= yes