summaryrefslogtreecommitdiff
path: root/lang/hugs
diff options
context:
space:
mode:
authoraugustss <augustss@pkgsrc.org>2000-01-24 12:27:20 +0000
committeraugustss <augustss@pkgsrc.org>2000-01-24 12:27:20 +0000
commit88de200418c453f12de9b54a8f0eb4987da7deec (patch)
treed8866976f01f18000f26d8960a93b067f3dedf70 /lang/hugs
parent9c9e200b620fc235e524db2c23122c1ae69ed9f7 (diff)
downloadpkgsrc-88de200418c453f12de9b54a8f0eb4987da7deec.tar.gz
Apply patch from PR 9115.
Diffstat (limited to 'lang/hugs')
-rw-r--r--lang/hugs/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/lang/hugs/Makefile b/lang/hugs/Makefile
index 86c1be5bb93..ab5c7c28a1c 100644
--- a/lang/hugs/Makefile
+++ b/lang/hugs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 1999/12/18 13:35:54 abs Exp $
+# $NetBSD: Makefile,v 1.9 2000/01/24 12:27:20 augustss Exp $
DISTNAME= Hugs98-May1999
PKGNAME= Hugs98-199905
@@ -8,8 +8,12 @@ MASTER_SITES= http://www.cse.ogi.edu/~mpj/Hugs98/
MAINTAINER= nathanw@mit.edu
HOMEPAGE= http://www.haskell.org/hugs/
+DEPENDS+= readline-*:../../devel/readline
+
WRKSRC= ${WRKDIR}/Hugs98/src
GNU_CONFIGURE= yes
+CONFIGURE_ARGS+=--with-readline
+
ALL_TARGET= default
MAKE_ENV= INSTALL="${INSTALL}" INSTALL_DATA="${INSTALL_DATA}" \
INSTALL_PROGRAM="${INSTALL_PROGRAM}"