diff options
author | Volker Stolz <vs@FreeBSD.org> | 2006-05-29 08:14:05 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2006-05-29 08:14:05 +0000 |
commit | dc8ba95db0118ce12af9a3f7fe63b6c11cca514c (patch) | |
tree | d7fe18a3b1765f2144066e1e3f0e3581bb5e539d | |
parent | Oops... Correct mismerge of USE_OPENLDAP usage by moving .else down. (diff) |
Assign to haskell@FreeBSD.org: Simon hasn't enough time to care for the FreeBSD version
and most of the problems with the port are my fault anyway.
Approved by: maintainer
-rw-r--r-- | lang/ghc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/ghc/Makefile b/lang/ghc/Makefile index d31202bb5e96..34ec6016e47b 100644 --- a/lang/ghc/Makefile +++ b/lang/ghc/Makefile @@ -47,7 +47,7 @@ USE_AUTOTOOLS= autoconf:259:env LIB_DEPENDS+= gmp.7:${PORTSDIR}/math/libgmp4 \ readline.5:${PORTSDIR}/devel/readline -MAINTAINER= simonmar@microsoft.com +MAINTAINER= haskell@FreeBSD.org COMMENT= A Compiler for the functional language Haskell USE_PERL5= yes |