diff options
author | tron <tron> | 2000-07-20 15:40:58 +0000 |
---|---|---|
committer | tron <tron> | 2000-07-20 15:40:58 +0000 |
commit | d30379e62637512577efc480f54700b54994e7a7 (patch) | |
tree | b355bc0409bcbd77cbd491ea0b0672b366e96cee /lang/ghc/Makefile | |
parent | d6663c1870ec5050c3655ce83e83b419f7431ce2 (diff) | |
download | pkgsrc-d30379e62637512577efc480f54700b54994e7a7.tar.gz |
Depend on version 4.0 or newer of the "readline" package.
Diffstat (limited to 'lang/ghc/Makefile')
-rw-r--r-- | lang/ghc/Makefile | 4 |
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 |