summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorasau <asau@pkgsrc.org>2011-12-20 08:23:12 +0000
committerasau <asau@pkgsrc.org>2011-12-20 08:23:12 +0000
commit4cfeec5144f0bf0da0d1c4e8a83b1ebc1052609e (patch)
tree554a8cf0ccfca60170776871a8f9d08090605687 /math
parent744759821781fb33cba06d46285ae9d0eaf08abc (diff)
downloadpkgsrc-4cfeec5144f0bf0da0d1c4e8a83b1ebc1052609e.tar.gz
Requires libffi when using ECL.
Diffstat (limited to 'math')
-rw-r--r--math/openaxiom/options.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/math/openaxiom/options.mk b/math/openaxiom/options.mk
index ecae31b97e5..5997f44d723 100644
--- a/math/openaxiom/options.mk
+++ b/math/openaxiom/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.2 2009/04/18 11:17:33 asau Exp $
+# $NetBSD: options.mk,v 1.3 2011/12/20 08:23:12 asau Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.openaxiom
PKG_OPTIONS_REQUIRED_GROUPS= lisp
@@ -24,6 +24,7 @@ CONFIGURE_ARGS+= --with-lisp=sbcl
.if !empty(PKG_OPTIONS:Mecl)
FASL= fas
CONFIGURE_ARGS+= --with-lisp=ecl
+.include "../../devel/libffi/buildlink3.mk"
.include "../../lang/ecl/buildlink3.mk"
.endif