summaryrefslogtreecommitdiff
path: root/lang/mercury
diff options
context:
space:
mode:
Diffstat (limited to 'lang/mercury')
-rw-r--r--lang/mercury/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/mercury/Makefile b/lang/mercury/Makefile
index 980a59620cc..8eec68d22d0 100644
--- a/lang/mercury/Makefile
+++ b/lang/mercury/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.45 2013/07/03 14:34:32 jperkin Exp $
+# $NetBSD: Makefile,v 1.46 2013/07/15 02:02:23 ryoon Exp $
DISTNAME= mercury-srcdist-13.05.1-beta-2013-05-28
PKGNAME= mercury-13.05.1beta
@@ -15,7 +15,6 @@ COMMENT= Modern logic/functional programming language
GNU_CONFIGURE= yes
USE_TOOLS+= gmake pax bison flex
USE_TOOLS+= perl # ?
-USE_GNU_READLINE= yes # rl_prep_term_function
INFO_FILES= yes
# Some of the scripts test CC and use special settings for gcc.
@@ -56,6 +55,7 @@ do-install:
cd ${WRKSRC}/samples && \
pax -rw . ${DESTDIR}${PREFIX}/share/examples/mercury
+# rl_prep_term_function
.include "../../devel/readline/buildlink3.mk"
.include "../../devel/ncurses/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"