diff options
author | hans <hans@pkgsrc.org> | 2011-04-20 18:31:35 +0000 |
---|---|---|
committer | hans <hans@pkgsrc.org> | 2011-04-20 18:31:35 +0000 |
commit | ce25821259facf8aa9687e20431859201d7feaa0 (patch) | |
tree | 3f668b66aee0c2f8a99e07bd4f7cc6509b6c01e7 /lang | |
parent | 558c24b8a8b1500e789696b5469f191c7a337920 (diff) | |
download | pkgsrc-ce25821259facf8aa9687e20431859201d7feaa0.tar.gz |
Add package for berkeley-db module of lang/clisp. Remove conflicting bdb
option from lang/clisp.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/clisp/options.mk | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/lang/clisp/options.mk b/lang/clisp/options.mk index f01c15527fe..129e6155746 100644 --- a/lang/clisp/options.mk +++ b/lang/clisp/options.mk @@ -1,11 +1,11 @@ -# $NetBSD: options.mk,v 1.4 2010/07/09 18:08:05 asau Exp $ +# $NetBSD: options.mk,v 1.5 2011/04/20 18:31:35 hans Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.clisp # this option is essential for some others to work: PKG_SUPPORTED_OPTIONS+= ffcall -PKG_SUPPORTED_OPTIONS+= bdb pari wildcard +PKG_SUPPORTED_OPTIONS+= pari wildcard PKG_SUPPORTED_OPTIONS+= readline PKG_OPTIONS_OPTIONAL_GROUPS= x11-bindings @@ -42,13 +42,6 @@ CONFIGURE_ARGS+= --with-dynamic-ffi . include "../../devel/ffcall/buildlink3.mk" .endif -.if !empty(PKG_OPTIONS:Mbdb) -# it requires version 4, not anything older -CONFIGURE_ARGS+= --with-module=berkeley-db -BUILDLINK_TRANSFORM+= l:db:db46 -. include "../../databases/db46/buildlink3.mk" -.endif - .if !empty(PKG_OPTIONS:Mpari) CONFIGURE_ARGS+= --with-module=pari . include "../../math/pari/buildlink3.mk" @@ -79,6 +72,13 @@ CONFIGURE_ARGS+= --with-readline # Options for those who wishes to build "static" CLISP: +#.if !empty(PKG_OPTIONS:Mbdb) +# it requires version 4, not anything older +#CONFIGURE_ARGS+= --with-module=berkeley-db +#BUILDLINK_TRANSFORM+= l:db:db46 +#. include "../../databases/db46/buildlink3.mk" +#.endif + # .if !empty(PKG_OPTIONS:Mpgsql) # CONFIGURE_ARGS+= --with-module=postgresql # . include "../../mk/pgsql.buildlink3.mk" |