summaryrefslogtreecommitdiff
path: root/lang/clisp
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2017-09-10 20:03:49 +0000
committerwiz <wiz@pkgsrc.org>2017-09-10 20:03:49 +0000
commit1b40e1b82022c86030dd6b0a0d8bc42761de6184 (patch)
tree0ef9b9cc9bfbeb0ebfd366b8bc5d46e1662b0bc5 /lang/clisp
parentd014d9fdd04456dfc8a2bbc7c17aef8008442aad (diff)
downloadpkgsrc-1b40e1b82022c86030dd6b0a0d8bc42761de6184.tar.gz
Switch from ffcall to libffcall (newer version of same).
Bump version.
Diffstat (limited to 'lang/clisp')
-rw-r--r--lang/clisp/Makefile4
-rw-r--r--lang/clisp/options.mk14
2 files changed, 7 insertions, 11 deletions
diff --git a/lang/clisp/Makefile b/lang/clisp/Makefile
index 2301fad4384..e639426a7e8 100644
--- a/lang/clisp/Makefile
+++ b/lang/clisp/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.109 2016/10/09 21:41:59 wiz Exp $
+# $NetBSD: Makefile,v 1.110 2017/09/10 20:03:49 wiz Exp $
DISTNAME= clisp-2.49
-PKGREVISION= 23
+PKGREVISION= 24
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=clisp/}
#EXTRACT_SUFX= .tar.bz2
diff --git a/lang/clisp/options.mk b/lang/clisp/options.mk
index 99324235502..e5a59e4785c 100644
--- a/lang/clisp/options.mk
+++ b/lang/clisp/options.mk
@@ -1,16 +1,12 @@
-# $NetBSD: options.mk,v 1.12 2016/09/20 14:10:25 wiz Exp $
+# $NetBSD: options.mk,v 1.13 2017/09/10 20:03:49 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.clisp
+PKG_SUPPORTED_OPTIONS+= doc
# this option is essential for some others to work:
PKG_SUPPORTED_OPTIONS+= ffcall
-
-PKG_SUPPORTED_OPTIONS+= readline
-
PKG_SUPPORTED_OPTIONS+= gmalloc
-
-PKG_SUPPORTED_OPTIONS+= doc
-
+PKG_SUPPORTED_OPTIONS+= readline
PKG_SUGGESTED_OPTIONS+= ffcall readline doc
# CLISP doesn't work with jemalloc:
@@ -37,7 +33,7 @@ CONFIGURE_ARGS+= --with-gmalloc
.if !empty(PKG_OPTIONS:Mffcall)
CONFIGURE_ARGS+= --with-dynamic-ffi
-. include "../../devel/ffcall/buildlink3.mk"
+. include "../../devel/libffcall/buildlink3.mk"
.endif
.if !empty(PKG_OPTIONS:Mreadline)
@@ -120,7 +116,7 @@ CONFIGURE_ENV+= PS2PDF= ac_cv_prog_PS2PDF=
# .include "../../devel/zlib/buildlink3.mk"
# .endif
-## ffcall is required for some other options to work:
+## libffcall is required for some other options to work:
# .if !empty(PKG_OPTIONS:Mpgsql) && empty(PKG_OPTIONS:Mffcall)
# PKG_OPTIONS+= ffcall
# .endif