diff options
author | asau <asau@pkgsrc.org> | 2011-12-20 08:23:12 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2011-12-20 08:23:12 +0000 |
commit | 4cfeec5144f0bf0da0d1c4e8a83b1ebc1052609e (patch) | |
tree | 554a8cf0ccfca60170776871a8f9d08090605687 /math | |
parent | 744759821781fb33cba06d46285ae9d0eaf08abc (diff) | |
download | pkgsrc-4cfeec5144f0bf0da0d1c4e8a83b1ebc1052609e.tar.gz |
Requires libffi when using ECL.
Diffstat (limited to 'math')
-rw-r--r-- | math/openaxiom/options.mk | 3 |
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 |