summaryrefslogtreecommitdiff
path: root/lang/mercury
diff options
context:
space:
mode:
authorjtb <jtb>2001-06-11 22:52:10 +0000
committerjtb <jtb>2001-06-11 22:52:10 +0000
commitb90086c3a695c01c0f1ef4d5c0e365b20c81b114 (patch)
tree6382125b324d7082a8b82027efdc2119b7181b6f /lang/mercury
parente5fe0012455422091ea115538d5331270f7df53e (diff)
downloadpkgsrc-b90086c3a695c01c0f1ef4d5c0e365b20c81b114.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/Makefile6
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: