summaryrefslogtreecommitdiff
path: root/lang/swi-prolog-lite/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lang/swi-prolog-lite/Makefile')
-rw-r--r--lang/swi-prolog-lite/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/lang/swi-prolog-lite/Makefile b/lang/swi-prolog-lite/Makefile
index dac3c0950b0..f36460c48aa 100644
--- a/lang/swi-prolog-lite/Makefile
+++ b/lang/swi-prolog-lite/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.12 2006/12/10 03:56:36 jnemeth Exp $
+# $NetBSD: Makefile,v 1.13 2007/11/07 11:16:48 rillig Exp $
.include "Makefile.common"
PKGNAME= swi-prolog-lite-${SWIPLVERS}
-PKGREVISION= 2
+PKGREVISION= 3
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= ISO/Edinburgh-style Prolog compiler
@@ -14,7 +14,8 @@ USE_GNU_READLINE= yes # uses rl_event_hook() interface
CONFIGURE_ENV+= PL=swi-prolog
CONFIGURE_ARGS+= --disable-mt
-USE_TOOLS+= gmake
+USE_TOOLS+= gmake bash:run
+REPLACE_BASH+= dotfiles/edit
#CPPFLAGS+= -DPREFIX=\"${PREFIX}\"
#CPPFLAGS+= -DSWIPLVERS=\"${SWIPLVERS}\"