summaryrefslogtreecommitdiff
path: root/lang/ghc
diff options
context:
space:
mode:
authortron <tron>2000-07-20 15:40:58 +0000
committertron <tron>2000-07-20 15:40:58 +0000
commit62fbd584d77b79f824201e0ba158e7c7345e7818 (patch)
treeb355bc0409bcbd77cbd491ea0b0672b366e96cee /lang/ghc
parent172dbda4d4622024d8b03c0290a69b726fef889a (diff)
downloadpkgsrc-62fbd584d77b79f824201e0ba158e7c7345e7818.tar.gz
Depend on version 4.0 or newer of the "readline" package.
Diffstat (limited to 'lang/ghc')
-rw-r--r--lang/ghc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/ghc/Makefile b/lang/ghc/Makefile
index 7af579dfa8a..95e31d37726 100644
--- a/lang/ghc/Makefile
+++ b/lang/ghc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2000/06/30 16:29:17 danw Exp $
+# $NetBSD: Makefile,v 1.7 2000/07/20 15:41:04 tron Exp $
# FreeBSD Id: ports/lang/ghc/Makefile,v 1.1.1.1 1999/11/10 17:25:28 nectar Exp
DISTNAME= ghc-4.04
@@ -9,7 +9,7 @@ DISTFILES= ghc-4.04-src.tar.gz ghc-4.04-x86-hc.tar.gz
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.haskell.org/ghc/
-DEPENDS+= readline-4.0:../../devel/readline
+DEPENDS+= readline>=4.0:../../devel/readline
DEPENDS+= gmp>=2.0.2:../../devel/gmp
USE_PERL5= yes