summaryrefslogtreecommitdiff
path: root/lang/swi-prolog-lite/Makefile
diff options
context:
space:
mode:
authorkristerw <kristerw@pkgsrc.org>2006-08-02 15:15:35 +0000
committerkristerw <kristerw@pkgsrc.org>2006-08-02 15:15:35 +0000
commit184f235ac1c76941c42493fa97f66c335f772db9 (patch)
treed9cacdeed981deeae0706371420a09e48d097014 /lang/swi-prolog-lite/Makefile
parent6ea328154a9f53d4ff13e41d544b41d92e77fb46 (diff)
downloadpkgsrc-184f235ac1c76941c42493fa97f66c335f772db9.tar.gz
Update swi-prolog* to 5.6.17.
The 5.6.x release consolidates the 5.5.x development stream started in 2004. Highlights: * UNICODE character set support * Unbounded integer arithmetic and rational numbers * New and faster CHR release * Added clp(r) constraints over reals * Many enhancements to the web and notably sematic web libraries * Much more ...
Diffstat (limited to 'lang/swi-prolog-lite/Makefile')
-rw-r--r--lang/swi-prolog-lite/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/swi-prolog-lite/Makefile b/lang/swi-prolog-lite/Makefile
index 4c2d9c6feb0..4cf6d562a76 100644
--- a/lang/swi-prolog-lite/Makefile
+++ b/lang/swi-prolog-lite/Makefile
@@ -1,18 +1,18 @@
-# $NetBSD: Makefile,v 1.9 2006/03/04 21:29:56 jlam Exp $
+# $NetBSD: Makefile,v 1.10 2006/08/02 15:15:36 kristerw Exp $
.include "Makefile.common"
PKGNAME= swi-prolog-lite-${SWIPLVERS}
-PKGREVISION= 1
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= ISO/Edinburgh-style Prolog compiler
GNU_CONFIGURE= yes
-USE_GNU_READLINE= # uses rl_event_hook() interface
+USE_GNU_READLINE= yes # uses rl_event_hook() interface
CONFIGURE_ENV+= PL=swi-prolog
CONFIGURE_ARGS+= --disable-mt
+USE_TOOLS+= gmake
#CPPFLAGS+= -DPREFIX=\"${PREFIX}\"
#CPPFLAGS+= -DSWIPLVERS=\"${SWIPLVERS}\"