2005-02-18 22:42:11 -05:00
|
|
|
# $OpenBSD: ghc.port.mk,v 1.3 2005/02/19 03:42:11 dons 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
|
2005-02-18 22:42:11 -05:00
|
|
|
ONLY_FOR_ARCHS= i386 amd64
|
|
|
|
# sparc
|
2003-07-23 14:26:35 -04:00
|
|
|
|
|
|
|
BUILD_DEPENDS+= bin/ghc::lang/ghc
|
|
|
|
RUN_DEPENDS+= bin/ghc::lang/ghc
|