2004-08-10 04:14:34 -04:00
|
|
|
# $OpenBSD: ghc.port.mk,v 1.1 2004/08/10 08:14:35 xsa Exp $
|
2003-07-23 14:26:35 -04:00
|
|
|
# Module for Glasgow Haskell Compiler
|
|
|
|
|
|
|
|
# Not yet ported to other architectures
|
|
|
|
# See comments in lang/ghc/Makefile for more information
|
2004-04-26 19:48:50 -04:00
|
|
|
ONLY_FOR_ARCHS= i386 sparc amd64
|
2003-07-23 14:26:35 -04:00
|
|
|
|
|
|
|
BUILD_DEPENDS+= bin/ghc::lang/ghc
|
|
|
|
RUN_DEPENDS+= bin/ghc::lang/ghc
|