diff options
author | jtb <jtb@pkgsrc.org> | 2001-06-11 22:52:10 +0000 |
---|---|---|
committer | jtb <jtb@pkgsrc.org> | 2001-06-11 22:52:10 +0000 |
commit | 1fd2d21485609fd0c01562dc3f9191eee3f145dd (patch) | |
tree | 6382125b324d7082a8b82027efdc2119b7181b6f /lang/mercury | |
parent | cab6de1eeb5300f1774bc86ecc560ccc6eff1f89 (diff) | |
download | pkgsrc-1fd2d21485609fd0c01562dc3f9191eee3f145dd.tar.gz |
Add dependence on boehm-gc. Noted from John Darrow's i386 bulk build
results.
Diffstat (limited to 'lang/mercury')
-rw-r--r-- | lang/mercury/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lang/mercury/Makefile b/lang/mercury/Makefile index 5c131e9ebab..04648dedb7d 100644 --- a/lang/mercury/Makefile +++ b/lang/mercury/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2001/05/19 03:56:36 jlam Exp $ +# $NetBSD: Makefile,v 1.3 2001/06/11 22:52:10 jtb Exp $ DISTNAME= mercury-compiler-0.10.1 PKGNAME= mercury-0.10.1 @@ -10,6 +10,8 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.cs.mu.oz.au/mercury/ COMMENT= modern logic/functional programming language +DEPENDS+= boehm-gc>=5.3:../../devel/boehm-gc + GNU_CONFIGURE= yes USE_GMAKE= yes @@ -19,7 +21,7 @@ BOEHM_GC_DIR_DEFAULT= ${LOCALBASE} EVAL_PREFIX= BOEHM_GC_DIR=boehm-gc CONFIGURE_ENV+= BOEHM_GC_DIR=${BOEHM_GC_DIR} -# We need this. Some of the scripts test CC and use special settings for gcc. +# Some of the scripts test CC and use special settings for gcc. CONFIGURE_ENV+= CC=gcc post-install: |